Write a program to accept three numbers and find the product of those numbers, using While… Wend statement.
SEND FAST or report =D
Answers
Answered by
0
Answer:
Answer:
def product():
''' Finds the product of three numbers '''
num1 = input("Enter first number: ")
num2 = input("Enter second number: ")
num3 = input("Enter third number
Similar questions
Science,
24 days ago
Math,
24 days ago
Social Sciences,
1 month ago
Art,
1 month ago
English,
9 months ago
Social Sciences,
9 months ago