wap to find the nth term of fibonacci series
Answers
Answered by
2
In fibonacci series, each number is the sum of the two preceding numbers. Eg: 0, 1, 1, 2, 3, 5, 8,The following program returns the nth number entered by user residing in the fibonacci series.
sneha486071:
hmm
Similar questions