Question: C++ Programming Please help me faster Urgent QUESTION 2 (20 MARKS) Write a C++ program that meets the following requirements: Receive 5 integer numbers from
QUESTION 2 (20 MARKS) Write a C++ program that meets the following requirements: Receive 5 integer numbers from the user and store them in an array named aryl. Store the values of all the elements of the array aryl into another array named ary2 in reverse order Print the values of all elements of the array ary2. Each number printed must be separated using a new line. The format of the output console should be arranged as in the example in Figure 2 where the user input samples are coloured blue. a Enter a number 5 Enter a number Enter a number 7 Enter a number 8 Enter a number 9 The numbers in reversed order are: 9 8 7 6 5 Figure 2: Program output console format
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
