Quiz | on Fibonacci Numbers | Question 2

Last Updated :
Discuss
Comments

Choose the recursive formula for the Fibonacci series.(n>=1)

F(n) = F(n+1) + F(n+2)

F(n) = F(n) + F(n+1)

F(n) = F(n-1) + F(n-2)

F(n) = F(n-1) – F(n-2)

Share your thoughts in the comments