<?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 if statement syntax</title>
	<atom:link href="http://www.tech-recipes.com/rx/666/java-if-statement-syntax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/666/java-if-statement-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: richie</title>
		<link>http://www.tech-recipes.com/rx/666/java-if-statement-syntax/comment-page-1/#comment-8738</link>
		<dc:creator>richie</dc:creator>
		<pubDate>Sat, 21 Feb 2009 05:57:50 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-8738</guid>
		<description>thanks and what are the output?</description>
		<content:encoded><![CDATA[<p>thanks and what are the output?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richie</title>
		<link>http://www.tech-recipes.com/rx/666/java-if-statement-syntax/comment-page-1/#comment-8737</link>
		<dc:creator>richie</dc:creator>
		<pubDate>Sat, 21 Feb 2009 05:55:55 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-8737</guid>
		<description>if ( x == 1 )&lt;br&gt;System.out.println(&quot;one&quot;);&lt;br&gt;else if ( x &gt; 1 ) {&lt;br&gt;y = x*2;&lt;br&gt;System.out.println(&quot;many&quot;);&lt;br&gt;} else {&lt;br&gt;y = -x;&lt;br&gt;System.out.println(&quot;negative&quot;);&lt;br&gt;}</description>
		<content:encoded><![CDATA[<p>if ( x == 1 )<br />System.out.println(&#8221;one&#8221;);<br />else if ( x &gt; 1 ) {<br />y = x*2;<br />System.out.println(&#8221;many&#8221;);<br />} else {<br />y = -x;<br />System.out.println(&#8221;negative&#8221;);<br />}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/666/java-if-statement-syntax/comment-page-1/#comment-2316</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 18 Nov 2005 09:16:52 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-2316</guid>
		<description>what about the pipe &#124; in an if statement and other things? I think this leaves out a lot to be had.</description>
		<content:encoded><![CDATA[<p>what about the pipe | in an if statement and other things? I think this leaves out a lot to be had.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/666/java-if-statement-syntax/comment-page-1/#comment-852</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 14 Oct 2004 19:45:38 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-852</guid>
		<description>nice job</description>
		<content:encoded><![CDATA[<p>nice job</p>
]]></content:encoded>
	</item>
</channel>
</rss>
