To calculate the area of rectangle after inputting the length and breadth of algorithms
Answers
Answered by
0
Answer:
length = float(input("Enter the length:"))
breadth = float(input("Enter the breadth:"))
area = length * breadth
print("The area is " , area)
Explanation:
Similar questions
Science,
1 day ago
Computer Science,
1 day ago
English,
1 day ago
English,
2 days ago
Math,
8 months ago
Computer Science,
8 months ago
Biology,
8 months ago