Exercise: Implementing the Fibonacci Series
Let’s implement the Fibonacci series using loops!
We'll cover the following...
The Fibonacci sequence is a series of numbers where every number is the sum of the two numbers before it. The first two numbers are 0
and 1
: