Problem Analysis Algorithemic Model (PAAM)
Algorithms and Pseudocode : 5/5
Problem is to design an algorithm for a program that will read 5 numbers. The program then calculates the sum and displays the average of those 5 numbers.
INPUT PROCESS OUTPUT
Enter Number 1, N1
Enter Number 2, N2
Enter Number 3, N3
Enter Number 4, N4
Enter Number 5, N5
N1 N2 N3 N4 N5
Sum
Average
   
Average
PSEUDO-CODE
Given Steps :
Answer :




(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.)