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
Ortalama Hesaplayici
Switch
Interface referance variable
My name
Клас cstatic
Parsing a multi-line text file with comments
MidtermsGame_Rampage_12Geronimo
sktieritjre
Inheritance Ctor
Determine if a string has all unique characters.