write a loop that reads positive integers from standard input and that terminates when it reads an integer that is not positive
write a loop that reads positive integers from standard input and that terminates when it reads an integer that is not positive. After the loop terminates, it prints out, ona line by itself, the sum of all even integers read. a while loop and python is required to do the questionwrite a loop that reads […]