Problem Analysis Algorithemic Model (PAAM)
FUNCTIONS : 3/4 
Problem is to write a program to read Length and Width of a rectangle and then to find area of the rectangle using function.
Area of Rectangle = Length * Width
INPUT PROCESS OUTPUT
Enter Length, L
Enter Width, W
 
L W A
A = L * W
Area A =
   
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.)