Fibonacci series

how to take i and then evaluate fibonacci series

Hello @aamir246
the idea is to keep generating fibonnaci number till the generated fibonacci number is < given number.
once this condition get false . check if that fibonnaci number is equal to given no or not.
if it is then print yes otherwise no.

image