Question: In C++ Write a program that takes 10 integer inputs from the user via keyboard and puts them in one array called myNums[], then prints
In C++ Write a program that takes 10 integer inputs from the user via keyboard and puts them in one array called myNums[], then prints them back out one at a time in this format: Number 1: 55, and finally, computes the sum of these numbers and displays that in this format: Total sum: 922. Condition: The printing of the numbers and the calculation/printing of the sum MUST BE done with 2 functions, respectively, in which you pass the entire myNums array. Print out your program and staple it to this homework.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
