Tuesday 12 July 2016

Your Favorite and Mine, Fibonacci!

Difficulty:
Easy

Tags:
arithmetic

Instructions:
Write a method that handles Fibonacci sequences. Have it return the nth item in the Fibonacci sequence. Hint: The first item in the sequence is 0.

Problem and Solution:

No comments:

Post a Comment