Ian (Fluxtah) Warwick's blog RSS 2.0
# Monday, March 01, 2010

First 16 numbers of the fibonacci series

void Main(){ for(long i=0, n=0, a = 1, b = 0; i < 16; i++,  Console.WriteLine(n), b = a, a = n, n = a + b); }
Monday, March 01, 2010 12:26:57 PM (GMT Standard Time, UTC+00:00)  #    Comments [0] -
C#
Comments are closed.
Archive
<February 2012>
SunMonTueWedThuFriSat
2930311234
567891011
12131415161718
19202122232425
26272829123
45678910
Blogroll
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

© Copyright 2012
Ian Warwick
Sign In
Statistics
Total Posts: 33
This Year: 0
This Month: 0
This Week: 0
Comments: 4
Themes
Pick a theme:
All Content © 2012, Ian Warwick
DasBlog theme 'Business' created by Christoph De Baene (delarou)