guest31441 guest31441 07-12-2022 Computers and Technology contestada 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.