<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog do Vinicius Cordeiro &#187; Pascal</title>
	<atom:link href="http://www.viniciuscordeiro.info/tag/pascal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.viniciuscordeiro.info</link>
	<description>Carros, mulheres, tecnologia, álcool e afins.</description>
	<lastBuildDate>Tue, 24 Jan 2012 17:22:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Sem postar aqui?</title>
		<link>http://www.viniciuscordeiro.info/sem-postar-aqui/</link>
		<comments>http://www.viniciuscordeiro.info/sem-postar-aqui/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 02:05:25 +0000</pubDate>
		<dc:creator>Vinicius</dc:creator>
				<category><![CDATA[Sei lá!]]></category>
		<category><![CDATA[Pascal]]></category>

		<guid isPermaLink="false">http://www.viniciuscordeiro.info/?p=605</guid>
		<description><![CDATA[<a href="http://www.viniciuscordeiro.info/sem-postar-aqui/" title="Sem postar aqui?"></a>Program matriz4x5; const max1=4; max2=5; var soma,i,j:integer; mat: array[1..max1,1..max2] of integer; begin for i:=1 to max1 do begin for j:=1 to max2 do begin writeln(&#8216;Informe o valor da matriz: &#8216;); readln(mat[i,j]); soma:=soma+mat[i,j]; end; writeln(&#8216;O valor da soma da linha &#8216;,i,&#8217; &#8230;<p class="read-more"><a href="http://www.viniciuscordeiro.info/sem-postar-aqui/">Continue lendo &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.viniciuscordeiro.info/sem-postar-aqui/" title="Sem postar aqui?"></a><p>Program matriz4x5;<br />
const<br />
max1=4;<br />
max2=5;</p>
<p>var<br />
soma,i,j:integer;<br />
mat: array[1..max1,1..max2] of integer;<br />
begin<br />
for i:=1 to max1 do<br />
begin<br />
for j:=1 to max2 do<br />
begin<br />
writeln(&#8216;Informe o valor da matriz: &#8216;);<br />
readln(mat[i,j]);<br />
soma:=soma+mat[i,j];<br />
end;<br />
writeln(&#8216;O valor da soma da linha &#8216;,i,&#8217; e: &#8216;,soma);<br />
soma:=0;<br />
end;<br />
readln;<br />
end.</p>
<p>Uma matriz 4&#215;5 que soma todos os valores inseridos em linha e em seguida exibe o valor da soma&#8230;</p>
<p> <img src='http://www.viniciuscordeiro.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.viniciuscordeiro.info/sem-postar-aqui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

