write a PYTHON program for accenting five numbers from the user and show their product on the screen (class 9 level please)
Answers
Answered by
7
Answer:
Explanation:
num1=(int(input("Enter number 1:")))
num2=(int(input("Enter number 2:")))
num3=(int(input("Enter number 3:")))
num4=(int(input("Enter number 4:")))
num5=(int(input("Enter number 5:")))
product=num1*num2*num3*num4*num5
print("Product of 5 inputed numbers is ", product)
Similar questions
Math,
1 month ago
English,
1 month ago
Computer Science,
1 month ago
Math,
3 months ago
English,
3 months ago
Math,
10 months ago
Social Sciences,
10 months ago