<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Find the Sum of an Array of Numbers in C#</title>
	<atom:link href="http://code.hammerpig.com/find-the-sum-of-an-array-in-c.html/feed" rel="self" type="application/rss+xml" />
	<link>http://code.hammerpig.com/find-the-sum-of-an-array-in-c.html</link>
	<description>Tips and short tutorials on various programming technologies</description>
	<lastBuildDate>Sun, 05 Feb 2012 17:17:05 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nona</title>
		<link>http://code.hammerpig.com/find-the-sum-of-an-array-in-c.html/comment-page-1#comment-903</link>
		<dc:creator>nona</dc:creator>
		<pubDate>Sat, 02 Jul 2011 04:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://code.hammerpig.com/?p=489#comment-903</guid>
		<description>int n1, n2, sum;
            Console.WriteLine(&quot;plz type the 1st number&quot;);
            n1 = int .Parse (Console .ReadLine ());
            Console.WriteLine(&quot;plz type the 2nd number&quot;);
            n2 = int .Parse (Console .ReadLine ());
            sum = n1 + n2;</description>
		<content:encoded><![CDATA[<p>int n1, n2, sum;<br />
            Console.WriteLine(&#8220;plz type the 1st number&#8221;);<br />
            n1 = int .Parse (Console .ReadLine ());<br />
            Console.WriteLine(&#8220;plz type the 2nd number&#8221;);<br />
            n2 = int .Parse (Console .ReadLine ());<br />
            sum = n1 + n2;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

