Design the logic for a program that has two parts:
- The user enters 15 numbers that are stored into an array.
- The program uses the array to display the numbers back to theuser in reverse order.
You must use an array and one or more loops to get fullcredit.
Can someone please help me figure this out?