Question #332289

write a program to print the product of given two numbers.



Input the first line of input will contain and integer.



the second line of input will contain an integer.

Expert's answer

a = int(input('enter the first integer number: '))
b = int(input('enter the second integer number: '))
print(a * b)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS