Write a single program to perform the following : i)to obtain length and breadth of a rectangle and calculate its area.
Answers
Answered by
0
Explanation:
l=int(input("enter length"))
b=int(input("enter breadth"))
a=2*(l+b)
print(a)
Similar questions
Hindi,
3 months ago
Political Science,
3 months ago
Math,
8 months ago
English,
1 year ago
Computer Science,
1 year ago
Physics,
1 year ago