WAP using INPUT statement to find the area of rectangle.
only statement
Answers
Answered by
0
Answer:
python
Explanation:
length=int(input())
breadth=int(input ())
area=length *breadth
print(area)
Answered by
0
Cls
Input “ enter the length “;a
Input “ enter the breath” ; b
C = a*b
Print C
End
Input “ enter the length “;a
Input “ enter the breath” ; b
C = a*b
Print C
End
Similar questions
English,
1 month ago
Hindi,
1 month ago
Computer Science,
4 months ago
Math,
10 months ago
English,
10 months ago