The Fibonacci numbers are the sequence below, where the first two numbers are 1, and each
number thereafter is the sum of the two preceding numbers. Write a program that asks the
user how many Fibonacci numbers to print and then prints that many.
1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89 . . .
Answers
Answered by
10
Answer:
where the first two numbers are 1, and each
number thereafter is the sum of the two preceding numbers. Write a program that asks the
Similar questions
Political Science,
1 month ago
Math,
1 month ago
Computer Science,
3 months ago
India Languages,
10 months ago
History,
10 months ago