Computer Science, asked by gsreejareddy98, 5 hours ago

The first two terms in the Fibonacci series 0 and 1 respectively

Answers

Answered by abhipsha02755
2

Answer:

Explanation:

The first two terms in the Fibonacci series are 0 and 1, respectively, and each subsequent term is the sum of the previous two. Using this definition, to calculate the first several terms in the sequence, we get: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, ... Build an algorithm for the same.

Similar questions