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.
Myown Computer Blog
August 31, 2023