Computer Science, asked by JAYANTHP8145, 9 months ago

Write a program to calculate the area of a rectangle

Answers

Answered by MDaemrot
28

Answer:

A= int(input("enter length="))

B= int(input("enter breadth"))

C=A*B

print("area of rectangle=",C)

Hope this may help you

Answered by Sophierymzz
2

Answer:

"Input" Enter the length of a rectangle

"Input"Enter the breadth of rectangle

A+B+A+B

=C

Hope so it helps you

Similar questions