Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
FIBNOCHI
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; namespace Rextester { public class Program { public static void Main(string[] Sourabh) { int i,count=5,f1=0,f2=1,f3=0; Console.ReadLine(); Console.WriteLine(f1); Console.WriteLine(f2); for(i = 0;i<count-2;i++) { f3=f1+f2; Console.WriteLine(f3); f1=f2; f2=f3; } } } }
run
|
edit
|
history
|
help
0
Simple Constructor Implementation
MVC Learning
Code challenge: Integer Comparison - Overkill - Composite Function
p1
saved
ReplaceNotExpectedCharacters
Add Two String Numbers which may be large - Author MC
RightSideView Tree
Pascal Tringle
DataTables Left Join