Problem Analysis Algorithemic Model (PAAM)
INPUT/OUTPUT :1/5
Problem is to write a program to calculate the equation Y= A+B + X Z and prints it’s result.
INPUT PROCESS OUTPUT
Enter a number for A
Enter a number for B
Enter a number for X
Enter a number for Z
A B X Z  
 
Y=
Y= A+B+Pow(X,Z)
Y =
   
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 3: Input/Output