Problem Analysis Algorithemic Model (PAAM)
ARRAYS : 2/3
Problem is to write a program that reads a list of 5 integer numbers and stored in an array. The program then finds the smallest number.
INPUT PROCESS OUTPUT
Enter Number 1
Enter Number 2
Enter Number 3
Enter Number 4
Enter Number 5
i[0] i[1] i[2] i[3] i[4]
MIN
Smallest Number
                  MIN
   
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.)