Problem Analysis Algorithemic Model (PAAM)
BASIC ELEMENTS OF C++ : 2/5
Problem is to write a program that prompts the user to input two integer numbers then print their summation.
INPUT PROCESS OUTPUT
Enter Number 1, No1
Enter Number 2, No2
SUM = No1 + No2
= +
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.)