Question: Create a C + + program named ex 1 _ 1 DArray.cpp in the Visual Studio project or create it in your IDE. Your program

Create a C++ program named ex1_1DArray.cpp in the Visual Studio project or create it in your IDE.
Your program will include 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 from position 0 to 9, do not sort)
Print out the array in index descending order (print from position 9 to 0, do not sort)
Find the sum of the array and print it out

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!