Question: Exercise 2 : ( Reverse ) In C + + Write a program that: Creates an int array: myArray of size 1 0 . Takes
Exercise : ReverseIn CWrite a program that:
Creates an int array: myArray of size
Takes input from the user and saves it in myArray.
Generates another array reverseArray which stores the elements of myArray in reverse order.
Produces the output as in the sample inputoutput below
Sample inputOutput:
Input array in reverse order:
Process returned execution time :
Press any key to continue.
Enter a sequence of integers: Process returned execution time : Press any key to continue.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
