Im working on a program that requires you to create an array with 10 elements, and asks the user to enter values for each array. Then, you need to copy the contents of the first array into another array, in reverse order. Can someone walk me through this one?
Im good up to the point where I have to copy the contents into the second array, but Im not too sure how to get the values in the second array in reverse order.