Computer Science, asked by keerthiga622, 5 months ago

Write an algorithm to find area of rectangle​

Answers

Answered by arnavvats2020
4

Answer:

  1. Define the Length(L) of the rectangle.
  2. Define the Breadth(B) of the rectangle.
  3. Define Area of the rectangle.
  4. Calculate the area of the rectangle by multiplying the width and height of the rectangle.
  5. Assign the area of the rectangle to the area variable.
  6. Formula = L * B

Similar questions