how to write a program to print the first 'n' terms of the fibonacci numbers using the 'for loop'????
2007-03-12
04:11:03
·
2 answers
·
asked by
karthic
3
in
Computers & Internet
➔ Programming & Design
fibonacci = 0, 1, 1, 2, 3, 5, 8, 13, 21.................
where the every third number is the sum of the first two number
eq: 0+1=[1], 1+1=[2], 2+1=[3]..........
2007-03-12
04:20:59 ·
update #1
ive only been learnin JAVA for 2 months now............. nd iam like supposd to dis fibonacci crap................................. aim juss freakin 14!!!!!
2007-03-12
04:25:49 ·
update #2