Question: c++ Read integers from input until an integer is read that is not in the range 10 to 30 , both exclusive. Then, find the
c++

Read integers from input until an integer is read that is not in the range 10 to 30 , both exclusive. Then, find the sum of all the integers read before the integer that causes reading to stop. Lastly, output the sum, ending with a newline. Ex: If the input is 236413758, then the output is: 15
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
