Problem Analysis Algorithemic Model (PAAM)
BASIC ELEMENTS OF C++ : 5/5
Problem is to write a program that reads a student name followed by five test scores. The program should output the student name, the five test scores, and the average test score.
INPUT PROCESS OUTPUT
Enter Name
Enter Score 1
Enter Score 2
Enter Score 3
Enter Score 4
 Enter Score 5
SUM Average
Average=SUM/5
Name
Score 1
Score 2
Score 3
Score 4
Score 5
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.)