Write an algorithm to find area of rectangle
Answers
Answered by
4
Answer:
- Define the Length(L) of the rectangle.
- Define the Breadth(B) of the rectangle.
- Define Area of the rectangle.
- Calculate the area of the rectangle by multiplying the width and height of the rectangle.
- Assign the area of the rectangle to the area variable.
- Formula = L * B
Similar questions