Question: Write a program that will add up sets of numbers. For this assignment you will be using a for loop and a while loop with
Write a program that will add up sets of numbers. For this assignment you will be using a for loop and a while loop with a sentinel. 1. Ask the user to input how many numbers they would like to sum up. If they enter "-1" then quit the program. 2. Ask them to input the numbers, one-by-one. 3. Display the sum of the numbers in that set. 4. Ask them again how many numbers they would like to sum up.
Step by Step Solution
3.55 Rating (166 Votes )
There are 3 Steps involved in it
Answer Code include using namespace std int ... View full answer
Get step-by-step solutions from verified subject matter experts
