program to input some numbers repeatedly and print their sum. the program ends when the users say no more to enter (normal termination) or program aborts when the number entered is less than zero.

Comments

Popular posts from this blog

program that reads two numbers and an arithmetic operator and displays the computed result.

program to find the multiples of a number ( the divisor) out of given five numbers.