Guest31441go Guest31441go Computers and Technology Answered 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.