Write an algorithm to accept the length and breadth of a rectangular field and calculate its perimeter.
Answers
Answered by
0
Answer:
2(l+b)
length = l
breadth = b
Similar questions