C question computer science homework help

Question 3: (2 pt)
Fibonacci numbers are numbers in sequence following an integer sequence define by this formula:
Fn = Fn-1 + Fn-2
With F0 = 0 and F1 = 1
Example: 0, 1, 1, 2, 3, 5, 8, etc.
Write a program that first stores the initial Fibonacci numbers F0  and F1  in an array of size 10 at index 0 and 1, respectively, then computes and stores the remaining Fibonacci numbers F2 to F9 in the same array. Then print all elements of the arrays to the console as:
The 10 first Fibonacci numbers are: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34;

 
Do you need a similar assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount!
Use Discount Code "Newclient" for a 15% Discount!

NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.