17 - Write an algorithm to calculate area of rectangle.

Write an algorithm to calculate area of rectangle.


Algorithm:


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

Post a Comment

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