Question: Integer intinput is read from input. Write a while loop that reads integers from input until a positive integer is read. Then, find the sum
Integer intinput 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 422272349, then the output is: 76
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
