Problem Analysis Algorithemic Model (PAAM)
FUNCTIONS : 2/4
Problem is to write a program that prompts the user to input two numbers then print the larger number using function.
INPUT PROCESS OUTPUT
Enter Number 1, VALUE1
Enter Number 2, VALUE2
 
MAX
(A<B)? MAX=B : MAX=A
Larger Number, MAX
   
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.)