<?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: Java for loop iteration syntax</title>
	<atom:link href="http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:01:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nhoriel</title>
		<link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/comment-page-1/#comment-52305</link>
		<dc:creator>Nhoriel</dc:creator>
		<pubDate>Sun, 04 Dec 2011 11:15:20 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-52305</guid>
		<description>How to make a program that it&#039;s output is like this?
      *
    **
  ***
 ****
*****</description>
		<content:encoded><![CDATA[<p>How to make a program that it&#8217;s output is like this?<br />
      *<br />
    **<br />
  ***<br />
 ****<br />
*****</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rampravesh Mourya</title>
		<link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/comment-page-1/#comment-33460</link>
		<dc:creator>Rampravesh Mourya</dc:creator>
		<pubDate>Sat, 09 Jul 2011 11:36:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-33460</guid>
		<description>what will be the code of
                      1
                   2     2
             3        3     3
        4       4         4     4</description>
		<content:encoded><![CDATA[<p>what will be the code of<br />
                      1<br />
                   2     2<br />
             3        3     3<br />
        4       4         4     4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/comment-page-1/#comment-33394</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Tue, 05 Jul 2011 10:55:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-33394</guid>
		<description>So, just how many people are looking for homework answers here......?</description>
		<content:encoded><![CDATA[<p>So, just how many people are looking for homework answers here&#8230;&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amtechxl</title>
		<link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/comment-page-1/#comment-33251</link>
		<dc:creator>Amtechxl</dc:creator>
		<pubDate>Sun, 26 Jun 2011 17:18:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-33251</guid>
		<description>how to write a java program to get a o/p as follows?

1
12
123
1234
12345</description>
		<content:encoded><![CDATA[<p>how to write a java program to get a o/p as follows?</p>
<p>1<br />
12<br />
123<br />
1234<br />
12345</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/comment-page-1/#comment-48448</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 17 May 2011 08:01:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-48448</guid>
		<description> nice coments</description>
		<content:encoded><![CDATA[<p> nice coments</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GameMaster</title>
		<link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/comment-page-1/#comment-46751</link>
		<dc:creator>GameMaster</dc:creator>
		<pubDate>Mon, 28 Feb 2011 07:54:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-46751</guid>
		<description>how about for stacking??
</description>
		<content:encoded><![CDATA[<p>how about for stacking??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sampath Liyanage</title>
		<link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/comment-page-1/#comment-46735</link>
		<dc:creator>Sampath Liyanage</dc:creator>
		<pubDate>Sun, 27 Feb 2011 12:49:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-46735</guid>
		<description>for(int a=1;a</description>
		<content:encoded><![CDATA[<p>for(int a=1;a</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janani_kaushalya</title>
		<link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/comment-page-1/#comment-46713</link>
		<dc:creator>Janani_kaushalya</dc:creator>
		<pubDate>Sat, 26 Feb 2011 09:47:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-46713</guid>
		<description>how to write a java program to display following design
???#
???##
???###
####

</description>
		<content:encoded><![CDATA[<p>how to write a java program to display following design<br />
???#<br />
???##<br />
???###<br />
####</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janani_kaushalya</title>
		<link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/comment-page-1/#comment-46712</link>
		<dc:creator>Janani_kaushalya</dc:creator>
		<pubDate>Sat, 26 Feb 2011 09:43:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-46712</guid>
		<description>how to write a java program to display following design
   #
   ##
   ###
####</description>
		<content:encoded><![CDATA[<p>how to write a java program to display following design<br />
   #<br />
   ##<br />
   ###<br />
####</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parth Thirteen</title>
		<link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/comment-page-1/#comment-46672</link>
		<dc:creator>Parth Thirteen</dc:creator>
		<pubDate>Thu, 24 Feb 2011 21:44:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-46672</guid>
		<description>how do i give the option to exit or to go back to begining, such as a calculator code</description>
		<content:encoded><![CDATA[<p>how do i give the option to exit or to go back to begining, such as a calculator code</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 2/17 queries in 1.117 seconds using memcached
Object Caching 417/419 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 01:49:35 -->
