Create the logic for a program that prompts a user for 10 numbers and stores them in an array. Pass the numbers to a method that reverses the order of the numbers. Display the array in the main module after invoking the method.

Create the logic for a program that prompts a user for 10 numbers and stores them in an array Pass the numbers to a method that reverses the order of the number class=