Page 1 of 1

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

Posted: Wed Jul 13, 2022 6:15 pm
by answerhappygod
a) F(n) = F(n+1) + F(n+2)
b) F(n) = F(n) + F(n+1)
c) F(n) = F(n-1) + F(n-2)
d) F(n) = F(n-1) – F(n-2)