Problem Analysis Algorithemic Model (PAAM)
INPUT/OUTPUT :4/5
Problem is to write a program that reads the values of a, b and c. The program then calculates and prints the value of X by using the expression: X = √(b 2 - 4ac)/2a
INPUT PROCESS OUTPUT
Enter a number for a
Enter a number for b
Enter a number for c
a b c  
 

X=√(b 2 - 4ac)/2a
X=
   
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.)