Question: Integer userinput is read from input. Write a while loop that reads integers from input until a positive integer is read. Then, find the sum
Integer userinput is read from input. Write a while loop that reads integers from input until a positive integer is read. Then, find the sum of all integers read. The positive integer should not be included in the sum Ex. If the input is 8694234, then the output is: 65
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
