How is each Fibonacci number after the initial values computed?
By subtracting the preceding number from the one before it.
By doubling only the preceding number.
By squaring the current array index.
By adding the two immediately preceding Fibonacci numbers.