Question #328673

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


Expert's answer

a = int(input("Enter the first number: "))
b = int(input("Enter the second number: "))

print("The product of given two numbers: " + str(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