write an algorithm to find out area of rectangle
Answers
Answered by
9
Answer:
Area of RECTANGLE is
= 2 × (L + B)
where L is length and B is breadth.
THNKS!!
Answered by
6
The algorithm to find the area of a rectangle is:
start
input l,b
rec=l*b
print rec
stop
Hope it helps you...
Please mark it as brainliest...
Similar questions
Hindi,
6 months ago
Social Sciences,
6 months ago
English,
6 months ago
Physics,
1 year ago
Math,
1 year ago