Difficulty:
Easy
Easy
Tags:
arithmetic
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.
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