Question: using C++ 1. Write a program that enters 10 numbers from the user into an array. After the 10 numbers are entered, output them to


using C++
1. Write a program that enters 10 numbers from the user into an array. After the 10 numbers are entered, output them to the screen in reverse order. Trial Data 2.2, 5.6, 6.7, 8.8,7.6, 3.2, 1.7,6.6,9.8, 1.2 Reading in an Array cout>a [i]; Printing Out an Array for(i-O; i "
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
