write the programs for following
(1) calculate the area and perimeter of a rectangle.
Answers
Answered by
3
Answer:
Area:- Length x breadth
Perimeter:- 2(Length+breadth)
Answered by
1
Answer:
hello,
its a python program..
Explanation:
#program to calculate the area and perimeter of a rectangle
l=int(input("enter the length"))
b=int(input("enter the breadth"))
area=l*b
perimeter=2*(l+b)
print("area of the rectangle :",area)
print("perimeter of the rectangle :",perimeter)
hope it helps you
please mark brainliest
@ItzSnowySecret07
Similar questions
Math,
2 months ago
Chemistry,
2 months ago
Hindi,
2 months ago
Social Sciences,
5 months ago
Math,
5 months ago
Environmental Sciences,
11 months ago
English,
11 months ago
English,
11 months ago