I am new to programming and I wrote a c++ program that fills a one dimensional array with the first 50 Fibonacci numbers. How do I then print out the numbers in reverse order and then print out each number divided by the previous one. I just do not get this concept of the code