this is the question


create an integer array called numbers which contains 24 elements

uses a loop to initialise the elements of the array as follows
numbers[0] = 1 numbers[1] =1
numbers[i] =numbers[i-1] + numbers [i-2] for i >1

prints the contents of every third element(i.e numbers[0],number[3],numbers[6]etc)
i need the answer in the next 10 minutes please help any one it will be most appreciative