Question: write a program in c++: 1. Prompt the user to enter 10 values and store them in an array 2. Write and invoke a function
1. Prompt the user to enter 10 values and store them in an array 2. Write and invoke a function the returns the sum of all elements in the array 3. Write and invoke a function the returns the maximum value in the array 4. Create a new array of size 10 5. Write and invoke a function to receive two arrays. Copy the elements from the first array to the second
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
