Question: USE of C++ please Write a program that achieves the following requirements: 1. A while/do-While loop that will ask the user to input an integer
USE of C++ please
Write a program that achieves the following requirements: 1. A while/do-While loop that will ask the user to input an integer on each iteration. The loop keeps a running total of the input and exits only when the total exceeds the first input times 10. 2. A for loop that does the exact same thing. The program should print out the *new* total each time the total is input
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
