Problem Analysis Algorithemic Model (PAAM)
BASIC ELEMENTS OF C++ : 3/5
Problem is to write a program that prompts the user to input 2 integer numbers then display summation, subtraction, multiplication, division, and calculate Average for 3 integer numbers.
INPUT PROCESS OUTPUT
Enter Number 1
Enter Number 2
   
+ - * / Av
Sum
Minus
Product
Division
Average
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.)