Computer Science, asked by raghavchandel2003, 6 months ago

Fibonacci Member
Send Feedback
Given a number N, figure out if it is a member of
fibonacci series or not. Return true if the number is
member of fibonacci series else false.
Fibonacci Series is defined by the recurrence
Fin) = F(n-1) + F(n-2)
where F(O) = Y and F(1) = 1
Input Format:
Output Format :
true or falso​

Answers

Answered by tarmansingh096
3

Answer:

true

plz follow me

marks brilliant plz

Similar questions