Problem Analysis Algorithemic Model (PAAM)
CONTROL STRUCTURE : REPETITION : 3/4
Problem is to write a program that prompts the user to input positive numbers continuously till the user input a negative number or 0. The program then find and print the sum of all positive numbers. (Use do while loop)
INPUT PROCESS OUTPUT
   
 
         
SUM
   
Total
PSEUDO-CODE
Random Steps :
Right Steps :



(Instruction: Select any line/step from the first List Box and move it to the second List Box and make all its lines into correct steps of sequential order, using the Arrow Keys.)