Problem Analysis Algorithemic Model (PAAM)
FUNCTIONS : 1/4 
Problem is to write a program that read two integer numbers and then add them using function to display the sum.
INPUT PROCESS OUTPUT
Enter Number 1, N1
Enter Number 2, N2
 
N1 N2 SUM
SUM
   
   
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.)



   
Skip Navigation LinksProblem Solving Skills > Topic 6: Functions