Problem Analysis Algorithemic Model (PAAM)
FUNCTIONS : 4/4
Problem is to write a program that prompts the user to enter 5 numbers then find the largest number among them using function.
INPUT PROCESS OUTPUT
Enter Number 1
Enter Number 2
Enter Number 3
Enter Number 4
Enter Number 5
 
n1 n2 n3 n4 n5
MAX
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.)