Problem Analysis Algorithemic Model (PAAM)
CONTROL STRUCTURE : REPETITION : 1/4
Problem is to write a program that prompts the user to input 10 numbers then to find the summation and average for those numbers. (Use while loop)
INPUT PROCESS OUTPUT
   
 
SUM
AVG
Total
Average
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.)



   
Skip Navigation LinksProblem Solving Skills > Topic 5: Control Structure: Repetition