Challenge 5: Compute nth Fibonacci Number
In this challenge, you are required to compute the nth Fibonacci number.
We'll cover the following...
We'll cover the following...
Problem Statement
Implement the Fibonacci
function that takes a number n
and calculates the nth ...