Write the algorithm to display the fibbonacci series
Answers
Answered by
0
This is the algorithm,
fib(n) = fib(n-1) + fib(n-2)
If you want the program then you can leave a acooment below!
fib(n) = fib(n-1) + fib(n-2)
If you want the program then you can leave a acooment below!
surajithere:
Why don't you mark it as Brainliest?
Similar questions