Computer Science, asked by kaliaanshul123, 1 month ago

write a program in c++ using switch case to find fabonacci series​

Answers

Answered by s42shivraj8c
1

The Fibonacci sequence is a series where the next term is the sum of pervious two terms. The first two terms of the Fibonacci sequence is 0 followed by 1. The Fibonacci sequence: 0, 1, 1, 2, 3, 5, 8, 13, 21.

Similar questions