Question: Fibonacci Sequence

PROBLEM: Construct and display the first 10 elements of the Fibonacci sequence F_n, defined such that F_1 = F_2 = 1, and F_n = F_(n-1) + F_(n-2) for n > 2. This is how I approached this: Any suggestions or criticisms about my approach would be greatly appreciated. Thanks. > > This post generated using the online HTML conversion tool Download the original worksheet
Please Wait...