Answered You can hire a professional tutor to get the answer.
The method named fibo will initialize the array to the Fibonacci sequence.
The method named fibo will initialize the array to the Fibonacci sequence. This sequence starts with 1 and 2 as the first 2 elements and each element thereafter is the sum of the previous two elements