Question: 7. Write a C program to print the first 30 terms of the Fibonacci Sequence. The Fibonacci sequence is: 112358 13..., where the nth term
7. Write a C program to print the first 30 terms of the Fibonacci Sequence. The Fibonacci sequence is: 112358 13..., where the nth term is equal to sum of the previous 2 terms, ie, f,-fn-1 +fn-2 and the initial 2 terms are both equal to 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
