<?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>Sun, 22 Nov 2009 02:44:39 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: diamishra</title>
		<link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/comment-page-1/#comment-16458</link>
		<dc:creator>diamishra</dc:creator>
		<pubDate>Fri, 20 Nov 2009 11:14:32 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-16458</guid>
		<description>the description is not very good</description>
		<content:encoded><![CDATA[<p>the description is not very good</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: usernamer</title>
		<link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/comment-page-1/#comment-15581</link>
		<dc:creator>usernamer</dc:creator>
		<pubDate>Sun, 11 Oct 2009 23:47:38 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-15581</guid>
		<description>please fix it for me!&lt;br&gt;&lt;br&gt;/**&lt;br&gt; * @(#)hehe.java&lt;br&gt; *&lt;br&gt; *&lt;br&gt; * @author &lt;br&gt; * @version 1.00 2009/10/7&lt;br&gt; */&lt;br&gt;&lt;br&gt;import java.io.*;&lt;br&gt;public class hehe{&lt;br&gt;&lt;br&gt;    public static void main(String args[]) throws IOException {&lt;br&gt;    	&lt;br&gt;    	BufferedReader input = new BufferedReader(new InputStreamReader(System.in));&lt;br&gt;    	&lt;br&gt;    	int user;&lt;br&gt;    	int pass;&lt;br&gt;    	int i=1;&lt;br&gt;    	String yesno;&lt;br&gt;    	char yorn;&lt;br&gt;    	&lt;br&gt;    	&lt;br&gt;    	&lt;br&gt;    	while(i&lt;=3){&lt;br&gt;    	 	System.out.print(&quot;Enter Username:&quot;);&lt;br&gt;    	 	user=Integer.parseInt(input.readLine());&lt;br&gt;    	 	System.out.print(&quot;Enter Password:&quot;);&lt;br&gt;    	 	pass=Integer.parseInt(input.readLine());&lt;br&gt;    	 	for(int j=0;j&lt;=5;j++){&lt;br&gt;    	 	    	System.out.println();&lt;br&gt;    	 	    }	&lt;br&gt;    	 	    System.out.println();&lt;br&gt;    	 if((user==2009)&amp;&amp;(pass==2010)){&lt;br&gt;    	 	System.out.println(&quot;ACCESS GRANTED!&quot;);&lt;br&gt;       	 		for(int j=0;j&lt;=5;j++){&lt;br&gt;    	 	    	System.out.println();&lt;br&gt;    	 	    }	&lt;br&gt;    	 	    System.out.println();&lt;br&gt;    	 	    &lt;br&gt;    	 	    &lt;br&gt;    	  }else&lt;br&gt;    	  	{&lt;br&gt;    	   System.out.println(&quot;=ACCESS DENIED=&quot;);&lt;br&gt;    	  	System.out.println(&quot;Please Try Again&quot;);&lt;br&gt;    	  		for(int j=0;j&lt;=5;j++){&lt;br&gt;    	 	    	System.out.println();	&lt;br&gt;    	  	}&lt;br&gt;    	  }	&lt;br&gt;    	 i++;&lt;br&gt;     	    &lt;br&gt;    	 	 &lt;br&gt;    	 	       &lt;br&gt;    &lt;br&gt;    &lt;br&gt;    &lt;br&gt;    String choice;&lt;br&gt;    &lt;br&gt;         System.out.println(&quot;Choices:&quot;);&lt;br&gt;         System.out.println(&quot;A.PURCHASING ITEMS&quot;);&lt;br&gt;         System.out.println(&quot;B.EXIT&quot;);&lt;br&gt;         System.out.print(&quot;Enter Your Choice: &quot;);&lt;br&gt;         choice=input.readLine();&lt;br&gt;    if (choice.equals(&quot;A&quot;))&lt;br&gt;   	{&lt;br&gt;      &lt;br&gt;      &lt;br&gt; 		&lt;br&gt; 			&lt;br&gt; 	&lt;br&gt;    	&lt;br&gt;   }else if(choice.equals(&quot;B&quot;))&lt;br&gt;   &lt;br&gt;   {&lt;br&gt;   		System.out.println(&quot;Do you really want to exit?&quot;);&lt;br&gt;   		System.out.println(&quot;Yes(Y)No(N)&quot;);&lt;br&gt;   		yesno=input.readLine();&lt;br&gt; 		}&lt;br&gt; 		&lt;br&gt; 		&lt;br&gt;            &lt;br&gt;    	        &lt;br&gt;    	}            &lt;br&gt;    	 	&lt;br&gt;    	 	}&lt;br&gt;}</description>
		<content:encoded><![CDATA[<p>please fix it for me!</p>
<p>/**<br /> * @(#)hehe.java<br /> *<br /> *<br /> * @author <br /> * @version 1.00 2009/10/7<br /> */</p>
<p>import java.io.*;<br />public class hehe{</p>
<p>    public static void main(String args[]) throws IOException {</p>
<p>    	BufferedReader input = new BufferedReader(new InputStreamReader(System.in));</p>
<p>    	int user;<br />    	int pass;<br />    	int i=1;<br />    	String yesno;<br />    	char yorn;</p>
<p>    	while(i&lt;=3){<br />    	 	System.out.print(&#8221;Enter Username:&#8221;);<br />    	 	user=Integer.parseInt(input.readLine());<br />    	 	System.out.print(&#8221;Enter Password:&#8221;);<br />    	 	pass=Integer.parseInt(input.readLine());<br />    	 	for(int j=0;j&lt;=5;j++){<br />    	 	    	System.out.println();<br />    	 	    }	<br />    	 	    System.out.println();<br />    	 if((user==2009)&#038;&#038;(pass==2010)){<br />    	 	System.out.println(&#8221;ACCESS GRANTED!&#8221;);<br />       	 		for(int j=0;j&lt;=5;j++){<br />    	 	    	System.out.println();<br />    	 	    }	<br />    	 	    System.out.println();</p>
<p>    	  }else<br />    	  	{<br />    	   System.out.println(&#8221;=ACCESS DENIED=&#8221;);<br />    	  	System.out.println(&#8221;Please Try Again&#8221;);<br />    	  		for(int j=0;j&lt;=5;j++){<br />    	 	    	System.out.println();	<br />    	  	}<br />    	  }	<br />    	 i++;</p>
<p>    String choice;</p>
<p>         System.out.println(&#8221;Choices:&#8221;);<br />         System.out.println(&#8221;A.PURCHASING ITEMS&#8221;);<br />         System.out.println(&#8221;B.EXIT&#8221;);<br />         System.out.print(&#8221;Enter Your Choice: &#8220;);<br />         choice=input.readLine();<br />    if (choice.equals(&#8221;A&#8221;))<br />   	{</p>
<p>   }else if(choice.equals(&#8221;B&#8221;))</p>
<p>   {<br />   		System.out.println(&#8221;Do you really want to exit?&#8221;);<br />   		System.out.println(&#8221;Yes(Y)No(N)&#8221;);<br />   		yesno=input.readLine();<br /> 		}</p>
<p>    	}            </p>
<p>    	 	}<br />}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fiaeriza</title>
		<link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/comment-page-1/#comment-14486</link>
		<dc:creator>fiaeriza</dc:creator>
		<pubDate>Mon, 24 Aug 2009 03:03:47 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-14486</guid>
		<description>how to do the program and output like this:&lt;br&gt;           #######&lt;br&gt;           ######&lt;br&gt;           #####&lt;br&gt;######&lt;br&gt;#####&lt;br&gt;###&lt;br&gt;##&lt;br&gt;#</description>
		<content:encoded><![CDATA[<p>how to do the program and output like this:<br />           #######<br />           ######<br />           #####<br />######<br />#####<br />###<br />##<br />#</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: donatjava</title>
		<link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/comment-page-1/#comment-13800</link>
		<dc:creator>donatjava</dc:creator>
		<pubDate>Sun, 26 Jul 2009 12:29:17 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-13800</guid>
		<description>simpl program for loop</description>
		<content:encoded><![CDATA[<p>simpl program for loop</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gobitha</title>
		<link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/comment-page-1/#comment-13018</link>
		<dc:creator>Gobitha</dc:creator>
		<pubDate>Tue, 30 Jun 2009 08:03:10 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-13018</guid>
		<description>please give appropriate generic syntax form to this    for loop&lt;br&gt; &quot;for(int i:arr){System.out.println(i);}&quot;</description>
		<content:encoded><![CDATA[<p>please give appropriate generic syntax form to this    for loop<br /> &#8220;for(int i:arr){System.out.println(i);}&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/comment-page-1/#comment-12780</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 22 Jun 2009 19:12:17 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-12780</guid>
		<description>concerning i &lt; array.length: if you really want to run through each array item, you need to initialize i with 0:&lt;br&gt;for (int i = 0; i &lt; array.length; i++) {&lt;br&gt;System.out.println(array[i]);&lt;br&gt;}</description>
		<content:encoded><![CDATA[<p>concerning i &lt; array.length: if you really want to run through each array item, you need to initialize i with 0:<br />for (int i = 0; i &lt; array.length; i++) {<br />System.out.println(array[i]);<br />}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seema</title>
		<link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/comment-page-1/#comment-10890</link>
		<dc:creator>seema</dc:creator>
		<pubDate>Wed, 29 Apr 2009 06:06:40 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-10890</guid>
		<description>good</description>
		<content:encoded><![CDATA[<p>good</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sfj</title>
		<link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/comment-page-1/#comment-9257</link>
		<dc:creator>sfj</dc:creator>
		<pubDate>Mon, 09 Mar 2009 04:41:27 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-9257</guid>
		<description>i would like a free tutorial!!!</description>
		<content:encoded><![CDATA[<p>i would like a free tutorial!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qwerty</title>
		<link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/comment-page-1/#comment-7894</link>
		<dc:creator>qwerty</dc:creator>
		<pubDate>Wed, 28 Jan 2009 06:33:03 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-7894</guid>
		<description>i&#039;M sO stupd.........................&lt;br&gt;i rEally can&#039;t gEt this prOgraMMing!!!&lt;br&gt;sOMEbOdy kill ME...................!!!!!!!!!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>i&#39;M sO stupd&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.<br />i rEally can&#39;t gEt this prOgraMMing!!!<br />sOMEbOdy kill ME&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.!!!!!!!!!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shanaka</title>
		<link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/comment-page-1/#comment-7888</link>
		<dc:creator>Shanaka</dc:creator>
		<pubDate>Wed, 28 Jan 2009 04:10:41 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-7888</guid>
		<description>aaaa</description>
		<content:encoded><![CDATA[<p>aaaa</p>
]]></content:encoded>
	</item>
</channel>
</rss>
