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 to find the multiples of a number ( the divisor) out of given five numbers.

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

program to display a menu for calculating area of a circle or perimeter of a circle.