This includes starter code for printing out 'n' numbers of the Fibonacci sequence. The Fibonacci sequence adds the two previous numbers to find the next number, starting with 0 and 1. The cat asks for how many numbers you want her to say. The user types in a number and then the cat is supposed to say that many the numbers in the Fibonacci sequence. For example, if the user enters '7', the cat should say: 0 1 1 2 3 5 8
I'd like to thank Mr. Fibonacci for this idea.