Problem Analysis Algorithemic Model (PAAM)
CONTROL STRUCTURE - REPETITION : 4/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. The program then checks and prints whether the sum is divisible by 3 or not (Use do while loop).
INPUT PROCESS OUTPUT
   
 
SUM
M
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.)