Fibonacci Sequence Author: Shawn Modersohn Spring 2011 License: GPL V3 Scope: The Fiboncacci sequence is a series of numbers where each number is the sum of the two proceeding numbers starting at 0. The program asks for an input number from 0 - 9 to determine how many times you want the sequence to be computed. This input number is multiplied by 10. If for example, you enter the number 9, the sequence will be computed 90 times.