Problem Analysis Algorithemic Model (PAAM)
ALGORITHMS AND PSEUDOCODE : 4/5
Problem is to design an algorithm for a program that will read two different numbers and displays the larger number.
INPUT PROCESS OUTPUT
Enter Number 1, VALUE1
Enter Number 2, VALUE2
MAX
(A<B)? MAX=B : MAX=A
Larger Number, MAX
   
PSEUDO-CODEE
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.)