Question: To make a program which keep reading in integers from user, and then print the running sum, until the running sum is bigger than 100
To make a program which keep reading in integers from user, and then print the running sum, until the running sum is bigger than 100 (Eg, if reads in 5, print 5; after that, reads in 10, print 15, stop reading only if the sum is over 100), using a do-while loop
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
