Question: Write a c++ program using a do while loop that will loop three times allowing the user to input an integer value each time.

Write a c++ program using a do while loop that will loop three times allowing the user to input an integer value each time. While looping, calculate the sum of the numbers entered. After the third number has been entered, output the sum of the three numbers entered. Use the labels in the example below for your output. EX: Enter Number: 35 Enter Number: 82 Enter Number: 90 Total: 207
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
