Search:

Type: Posts; User: 13cmwest

Search: Search took 0.07 seconds.

  1. Replies
    8
    Views
    1,734

    Re: Fibonacci Series

    Would you be able to explain?

    --- Update ---



    That is the equation for the Fibonacci series unless I'm mistaken. And since the equations are both in parentheses it shouldn't matter.
  2. Replies
    8
    Views
    1,734

    Re: Fibonacci Series

    It increases the size of the array, but as it doesn't copy the contents that's why they are all zeros. Yet that doesn't explain why the last number is 35 when it shld b in the thousands.
  3. Replies
    8
    Views
    1,734

    Fibonacci Series

    For an assignment I'm trying to create a dynamic array (I'm not allowed to use an array list) that has an equation write the Fibonacci series to the array and then print that array. The only problem...
Results 1 to 3 of 3