...

/

Challenge 2: Calculating the First 'n' Fibonacci Numbers

Challenge 2: Calculating the First 'n' Fibonacci Numbers

In this challenge, you have to calculate the first 'n' fibonacci numbers.

We'll cover the following...

Problem statement

In this exercise, you have to calculate the first ‘n’ fibonacci numbers. The fibonacci series is:

0,1,1,2,3,5,8,13,.... ...