Problem Analysis Algorithemic Model (PAAM)
BASIC ELEMENTS OF C++ : 4/5
Problem is to write a program that prompts the user to input the elapsed time for an event in hours, minutes, and seconds. The program then outputs the elapsed time in seconds.
INPUT PROCESS OUTPUT
Hour, H
Minutes, M
Seconds, S
H M S
T
Total Elasped Time = Seconds
     
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.)