Question: Write a program in C that generates Fibonacci series. 1 1 2 3 5 8 13 ..... Each term to the right is the sum
Write a program in C that generates Fibonacci series.
1 1 2 3 5 8 13 .....
Each term to the right is the sum of previous two terms beginning with 1 1
The number of terms in the Fibonacci series the user wants to print must be read from the user. Also give the user the opportunity to print another Fibonacci series if he wishes to using the do while loop.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
