Fibonacci sequence| Print of Fibonacci sequence
Fibonacci sequence| Print of Fibonacci sequence
If Fibonacci sequence is 1,2,3,4,5,------- and any term is the sum of the consecutive two previous terms then write a program to print first terms 40 of Fibonacci sequence.
Comments