16 - Write algorithm to find area of square

Write algorithm to find area of square.


Algorithm:


Step 1: Start
Step 2: Declare area, side.
Step 3: Enter the side.
Step 4: area = side * side.
Step 5: Display area.
Step 6: Stop.

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.