Problem Analysis Algorithemic Model (PAAM)
NPUT/OUTPUT : 3/5
Problem is to write a program that will read the radius of a circle. Calculate the area and then circumference of the circle. Print area and then its circumference.
Area = PI * Radius * Radius
Circumference = 2 * PI * Radius
INPUT PROCESS OUTPUT
Enter Radius, R
   
R A C
A=PI*R*R
C=2*PI*R
Area A =
Circumfrence C =
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.)