Problem Analysis Algorithemic Model (PAAM)
INPUT/OUTPUT : 5/5
Problem is to design an algorithm that will read two numbers and displays the numbers in decreasing order.
INPUT PROCESS OUTPUT
Enter Number 1, A:
Enter Number 2, B:
SMALL
BIG
(A<B) ? (SMALL =A,BIG=B) : (SMALL =B,BIG=A)
Smaller Number, SMALL
Larger Number,  BIG
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.)