Computer Science, asked by apurva225, 1 year ago

write an algorithm to find out area of rectangle​

Answers

Answered by hereisayushh02
9

Answer:

Area of RECTANGLE is

= 2 × (L + B)

where L is length and B is breadth.

THNKS!!

Answered by mn121
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