« Daha iyi program nasıl yazılır ?Unique elements »

1 comment

Comment from: FIRAT NAS [Visitor]
int fibo;
int fisrt=1;
int last=2;

Console.WriteLine("1");
Console.WriteLine("2");

for (kaç fibo istersek)
{
fibo = fisrt + last;
fisrt = last;
last = fibo;
Console.WriteLine(fibo.ToString());
}
24/09/08 @ 12:37

Leave a comment


Your email address will not be revealed on this site.

Your URL will be displayed.
(Line breaks become <br />)
(Name, email & website)
(Allow users to contact you through a message form (your email will not be revealed.)