Computer Science, asked by Adityam3, 5 months ago

number in the Series
4. Exit
When user select option 1 display first 10 elements of the Fibonacci series
Eg
0,1,1,2,3,5,8,13,21,34
When user select option 2 display last 10 elements of the Fibonacci series
When user select option 3 accept a number from the user and find it the
number exist in list of Fibonacci series or not

Answers

Answered by sanjuchaurasiaedu
1

Answer:

The Fibonacci sequence is a sequence where the next term is the sum of the previous two terms. The first two terms of the Fibonacci sequence are 0 followed by 1.

Similar questions