I was able to create an array of 10 numbers. Then I was able to allow for input of those 10 number from the keyboard. When I run the code in intelliJ it does what's asked in terms of displaying the numbers in reverse order, with each number on a new line. However, when I verify the solution/task through code gym, it does not pass the last two conditions which are: The program should display 10 values, each on a new line. and The array must be displayed in reverse order. Why is this? If it asked to first reverse the contents in the array and THEN print it. I would understand. But I'm not sure why my code is not working. Please help.