Search:

Type: Posts; User: johnmerlino

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,601

    Re: programming the Fibonacci number

    thanks for response
  2. Replies
    3
    Views
    1,601

    programming the Fibonacci number

    the first two numbers in the Fibonacci sequence are 0 and 1, and each subsequent number is the sum of the previous two.

    So I would expect output like this:

    0,1,1,2,3,5...



    private...
Results 1 to 2 of 2