Shaker AlSalem

Shaker AlSalem

  • NA
  • 25
  • 17.9k

Help with a console app

Feb 27 2012 4:39 PM
Can anyone help me write this console program please, Thanks.
I would really appreciate it!

In mathematics, the Fibonacci numbers are the numbers in the following integer sequence 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ... By definition, the first two Fibonacci numbers are 0 and 1, and each subsequent number is the sum of the previous two. Some sources omit the initial 0, instead beginning the sequence with two 1s. In mathematical terms:

Fn = Fn-2 + Fn+2

with seed values:
F0 = 0
and
F1= 1

Answers (4)