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

1 comment

Comment from: FIRAT NAS [Visitor]
FIRAT NASint 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.
(Line breaks become <br />)
(For my next comment on this site)
(Allow users to contact me through a message form -- Your email will not be revealed!)