History, asked by vrindatyagi, 8 months ago

using a switch statement write a menu driving program:generate and display the first 10 terms of the fabonnaci seireis
0,1,2,3,4,5.......

Answers

Answered by kavithaarivarasan77
0

Answer:

Using a switch statement write a menu driven program to generate and display the first n terms of Fibonacci series the first two Fibonacci numbers are 0 and 1 and its subsequent number is the sum of previous two

Explanation:

please mark me brainlist answer

Similar questions