Write
program to find the product
two
of
numbers
and be where a=180
land b - 200
Answers
Answered by
0
180 * 200 = 36000................
Answered by
2
Answer:
# to find product of two
a=int(input ())
b=int(input ())
c=a+b
print (c)
Similar questions