Write a program that reads numbers from cin and then sums


Write a program that reads numbers from cin and then sums them, stopping when 0 has been entered. Construct three versions of this program, using the while, do - while , and for loops. Add the following to your program: A counter within the while loop that keeps track of the number of inputs entered A comment that determines if the total value is less than 100 or greater than 100, as in the sample output Switch statements to determine the total number of inputs Refer to the following sample output. Enter numbers, one per line. Enter 0 to end: 7 8 6 5 5 9 8 0 Thank you. The total was 48. The total number of inputs read: 8 The total is less than 100.

Solution Preview :

Prepared by a verified Expert
C/C++ Programming: Write a program that reads numbers from cin and then sums
Reference No:- TGS01724537

Now Priced at $40 (50% Discount)

Recommended (95%)

Rated (4.7/5)