Given a Number N check if it part of Fibonacci Series or Not?
Flowchart of Given a Number N check if it part of Fibonacci Series or Not?
hello @harshit_25
check this.
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.