Write a program in python for calculating area rectangle .Write the output also.
Answers
Answered by
0
Answer:
Rectangle
l=float(input("Enter length"))
b=float(input("Enter breadth"))
area=l*b
print("area of rectangle is",area)
Output
Enter length 5
Enter breadth 3
area of rectangle is 15
Similar questions
Psychology,
1 month ago
Hindi,
1 month ago
Accountancy,
1 month ago
Math,
4 months ago
Math,
4 months ago
Physics,
11 months ago
Math,
11 months ago