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
Math,
3 months ago
Social Sciences,
3 months ago
Geography,
3 months ago
Math,
6 months ago
English,
10 months ago
Computer Science,
10 months ago
Physics,
10 months ago