Computer Science, asked by anjalibandhu3410, 9 months ago

Write an algorithm to calculate area and perimeter of a rectangular

Answers

Answered by akritisingh1797
2

Answer:

Area=length×breadth

Perimeter=2(length+breadth)

Answered by pratham31goyal
3

Answer:

Its very simple,

area of rectangle is (length*breadth)

perimeter of rectangle is 2(length+breadth)

Explanation:

Similar questions