Question: Write a program edit-array.cpp that creates an array of 10 integers, and provides the user with an interface to edit any of its elements. Specifically,

Write a program edit-array.cpp that creates an array of 10 integers, and provides the user with an interface to edit any of its elements. Specifically, it should work as follows: 1. Create an array myData of 10 integers 2. Fill all its cells with value 1 (using a for loop). 3. Print all elements of the array on the screen 4. Ask the user to input the cell index i , and its new value v 5. If the index i is within the array range (0 si
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
