Question: 3. The Fibonacci sequence is 0, 1, 1, 2, 3, 5, 8, 13, 21, ... where the first two terms are 0 and 1, and
3. The Fibonacci sequence is 0, 1, 1, 2, 3, 5, 8, 13, 21, ... where the first two terms are 0 and 1, and each term thereafter is the sum of the two preceding terms. Write a Ch program that repeatedly prompts for and reads a positive value n, calls a recursive function fibonnaci to calculate the nth number in the Fibonacci sequence, and then displays the number. For example, if n = 9, then the program would display 21
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
