Question: llay ggg.html One Dimensional Array Exercise Write a C++ program that includes the following . Declare an integer array of size 10 . Ask user
llay ggg.html One Dimensional Array Exercise Write a C++ program that includes the following . Declare an integer array of size 10 . Ask user to enter 10 numbers for the array . Print out the array in index ascending order . Print out the array in index descending order . Find the sum of the array and print it out ns Your results should look something like this ?CAWindows\system32\cmd.exe Please give me 10 numbers: 123 9001 Index Ascending: 3 8 123 6 1 9 3 0 42 9001 Index Descending: 9001 42 039 1 6 123 83 The total is: 9196 ress any key to continue
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
