Problem Analysis Algorithemic Model (PAAM)
CONTROL STRUCTURE : SELECTION : 3/5
Problem is to write a program that mimics a calculator. The program should take as an input, two integers and the operation (+,-,*, /) to be performed. It should then output the numbers, the operator, and the result. (For division, if the denominator is zero, output an appropriate message.)
INPUT PROCESS OUTPUT
Enter a number, A
Enter a number, B
Enter an Operation(+,-./,*)
   +          -            /          *
A O B = R
=
=  
           
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.)