Question: Instructions: Create a C + + program that prompts a user for 5 numbers Implement loops to generate values inside of an array Use the

Instructions:
Create a C++ program that prompts a user for 5 numbers
Implement loops to generate values inside of an array
Use the array to display the numbers in reverse order
Create an external function to take in the user input and display it in numerical order.
Example Output:
Please enter value 1: 5
Please enter value 2: 3
Please enter value 3: 4
Please enter value 4: 1
Please enter value 5: 2
You entered the numbers 2,1,4,3,5 in reverse order.
The numbers in numerical order would be:
1
2
3
4
5
Instructions: Create a C + + program that prompts

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!