<?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 program to find Fibonacci series of a given number	</title>
	<atom:link href="https://studentprojects.in/software-development/java/java-programs/basic/java-program-find-fibonacci-series-number/feed/" rel="self" type="application/rss+xml" />
	<link>https://studentprojects.in/software-development/java/java-programs/basic/java-program-find-fibonacci-series-number/</link>
	<description>Microcontroller projects, Circuit Diagrams, Project Ideas</description>
	<lastBuildDate>Fri, 10 Jul 2015 07:57:55 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>
	<item>
		<title>
		By: veni		</title>
		<link>https://studentprojects.in/software-development/java/java-programs/basic/java-program-find-fibonacci-series-number/comment-page-2/#comment-117197</link>

		<dc:creator><![CDATA[veni]]></dc:creator>
		<pubDate>Fri, 10 Jul 2015 07:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1322#comment-117197</guid>

					<description><![CDATA[plz give me output logic]]></description>
			<content:encoded><![CDATA[<p>plz give me output logic</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Asta		</title>
		<link>https://studentprojects.in/software-development/java/java-programs/basic/java-program-find-fibonacci-series-number/comment-page-2/#comment-114957</link>

		<dc:creator><![CDATA[Asta]]></dc:creator>
		<pubDate>Sun, 28 Jun 2015 10:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1322#comment-114957</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://studentprojects.in/software-development/java/java-programs/basic/java-program-find-fibonacci-series-number/comment-page-2/#comment-110203&quot;&gt;NIRAJ&lt;/a&gt;.

Output]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://studentprojects.in/software-development/java/java-programs/basic/java-program-find-fibonacci-series-number/comment-page-2/#comment-110203">NIRAJ</a>.</p>
<p>Output</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: NIRAJ		</title>
		<link>https://studentprojects.in/software-development/java/java-programs/basic/java-program-find-fibonacci-series-number/comment-page-2/#comment-110203</link>

		<dc:creator><![CDATA[NIRAJ]]></dc:creator>
		<pubDate>Wed, 10 Jun 2015 07:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1322#comment-110203</guid>

					<description><![CDATA[Here is the simple  version of Fibonacci Series in Java http://goo.gl/JDZ8Xn]]></description>
			<content:encoded><![CDATA[<p>Here is the simple  version of Fibonacci Series in Java <a href="http://goo.gl/JDZ8Xn" rel="nofollow ugc">http://goo.gl/JDZ8Xn</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tye		</title>
		<link>https://studentprojects.in/software-development/java/java-programs/basic/java-program-find-fibonacci-series-number/comment-page-1/#comment-96985</link>

		<dc:creator><![CDATA[Tye]]></dc:creator>
		<pubDate>Tue, 14 Apr 2015 13:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1322#comment-96985</guid>

					<description><![CDATA[I&#039;m having problem learning to code properly.  I understand the concepts but I have a problem putting them in NetBeans]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m having problem learning to code properly.  I understand the concepts but I have a problem putting them in NetBeans</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: belazy		</title>
		<link>https://studentprojects.in/software-development/java/java-programs/basic/java-program-find-fibonacci-series-number/comment-page-1/#comment-95649</link>

		<dc:creator><![CDATA[belazy]]></dc:creator>
		<pubDate>Wed, 08 Apr 2015 20:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1322#comment-95649</guid>

					<description><![CDATA[another way]]></description>
			<content:encoded><![CDATA[<p>another way</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anonymous		</title>
		<link>https://studentprojects.in/software-development/java/java-programs/basic/java-program-find-fibonacci-series-number/comment-page-1/#comment-73513</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Tue, 20 Jan 2015 16:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1322#comment-73513</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://studentprojects.in/software-development/java/java-programs/basic/java-program-find-fibonacci-series-number/comment-page-1/#comment-53557&quot;&gt;mrs munazza imam&lt;/a&gt;.

It is but it is a bit wrong
After c=a+b; type if(c&#060;n) break;
Then continue with the same code]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://studentprojects.in/software-development/java/java-programs/basic/java-program-find-fibonacci-series-number/comment-page-1/#comment-53557">mrs munazza imam</a>.</p>
<p>It is but it is a bit wrong<br />
After c=a+b; type if(c&lt;n) break;<br />
Then continue with the same code</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: java		</title>
		<link>https://studentprojects.in/software-development/java/java-programs/basic/java-program-find-fibonacci-series-number/comment-page-1/#comment-69117</link>

		<dc:creator><![CDATA[java]]></dc:creator>
		<pubDate>Fri, 09 Jan 2015 03:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1322#comment-69117</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://studentprojects.in/software-development/java/java-programs/basic/java-program-find-fibonacci-series-number/comment-page-1/#comment-10431&quot;&gt;vaishali&lt;/a&gt;.

public class Fibonacci {
	
		  public static void main(String[] args)  
		  {  
		    int n=10,i,f0=1,f1=1,f2=0;  
		    if(f2==0 &#038;&#038; f1==1)
		    {
		    	System.out.println(f2);
		    	System.out.println(f1);
		    }
		    for(i=0;i&#060;=n;i++)  
		    {  
		      f2=f0+f1;  
		      f0=f1;  
		      f1=f2;  
		          f2=f0;  
		          System.out.println(f2);  
		    }  
		      
		   }  
		 }]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://studentprojects.in/software-development/java/java-programs/basic/java-program-find-fibonacci-series-number/comment-page-1/#comment-10431">vaishali</a>.</p>
<p>public class Fibonacci {</p>
<p>		  public static void main(String[] args)<br />
		  {<br />
		    int n=10,i,f0=1,f1=1,f2=0;<br />
		    if(f2==0 &amp;&amp; f1==1)<br />
		    {<br />
		    	System.out.println(f2);<br />
		    	System.out.println(f1);<br />
		    }<br />
		    for(i=0;i&lt;=n;i++)<br />
		    {<br />
		      f2=f0+f1;<br />
		      f0=f1;<br />
		      f1=f2;<br />
		          f2=f0;<br />
		          System.out.println(f2);<br />
		    }  </p>
<p>		   }<br />
		 }</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yeager		</title>
		<link>https://studentprojects.in/software-development/java/java-programs/basic/java-program-find-fibonacci-series-number/comment-page-1/#comment-66761</link>

		<dc:creator><![CDATA[Yeager]]></dc:creator>
		<pubDate>Wed, 31 Dec 2014 23:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1322#comment-66761</guid>

					<description><![CDATA[Who can make a program checker Fibonacci or not with the array input from the keyboard in java language? I need help.]]></description>
			<content:encoded><![CDATA[<p>Who can make a program checker Fibonacci or not with the array input from the keyboard in java language? I need help.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mrs munazza imam		</title>
		<link>https://studentprojects.in/software-development/java/java-programs/basic/java-program-find-fibonacci-series-number/comment-page-1/#comment-53559</link>

		<dc:creator><![CDATA[mrs munazza imam]]></dc:creator>
		<pubDate>Fri, 28 Nov 2014 14:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1322#comment-53559</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://studentprojects.in/software-development/java/java-programs/basic/java-program-find-fibonacci-series-number/comment-page-1/#comment-52553&quot;&gt;hari royals&lt;/a&gt;.

cn u help me out with 
 fibonacci series program?????????????????]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://studentprojects.in/software-development/java/java-programs/basic/java-program-find-fibonacci-series-number/comment-page-1/#comment-52553">hari royals</a>.</p>
<p>cn u help me out with<br />
 fibonacci series program?????????????????</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mrs munazza imam		</title>
		<link>https://studentprojects.in/software-development/java/java-programs/basic/java-program-find-fibonacci-series-number/comment-page-1/#comment-53557</link>

		<dc:creator><![CDATA[mrs munazza imam]]></dc:creator>
		<pubDate>Fri, 28 Nov 2014 14:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1322#comment-53557</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://studentprojects.in/software-development/java/java-programs/basic/java-program-find-fibonacci-series-number/comment-page-1/#comment-10430&quot;&gt;shresthaa atreya&lt;/a&gt;.

is this a fibonacci series program]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://studentprojects.in/software-development/java/java-programs/basic/java-program-find-fibonacci-series-number/comment-page-1/#comment-10430">shresthaa atreya</a>.</p>
<p>is this a fibonacci series program</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
