fdac20 / Practice0

First assignment
0 stars 60 forks source link

Practice 0: Task 1 #40

Open spatel90 opened 4 years ago

spatel90 commented 4 years ago

The wording of the question, "write a program to produce Fibonacci numbers up to 1000000", has me a little confused. Are we producing a million numbers of the fib sequence or is one million the upper bound of the sequence?

dnguye201 commented 4 years ago

I'm gonna guess that the upper bound is 1 million.

audrism commented 4 years ago

Correct guess!