Question: Write a program that prompts the user for each of seven values, stores these in an array, and then prints out each of them, followed
Write a program that prompts the user for each of seven values, stores these in an array, and then prints out each of them, followed by the total. You will need to write two for loops for this program: one for collecting data and another for calculating the sum and printing out values.
c++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
