you are to enter a number integer inside a loop. the loop terminates when you
enter a value of -1 inside a loop. the integers are added as they are entered and their sum is displayed after the loop exits.
enter a value of -1 inside a loop. the integers are added as they are entered and their sum is displayed after the loop exits.
Comment