write a program to input two numbers and find their product
Answers
Answered by
0
Answer:
Explanation:
x = int(input("Please Enter First Number: "))
y =int(input("Please Enter Second Number: "))
z = x*y
print(z)
Similar questions
English,
1 month ago
Hindi,
1 month ago
Social Sciences,
3 months ago
World Languages,
3 months ago
Science,
10 months ago
Math,
10 months ago