Fibonacci This is a fibonacci calculator that outputs the fibonacci number of the provided degree. Sample Input ------------ fibonacci 5 Sample Output ------------- Fibonacci number 5 is 8. Authors: Nick Bolin, Jun Kim