Algorithm to find the product of 3 numbers??
Answers
Answered by
0
Answer:
hiw
do you find the product of three numbers? product = number1 * number2 * number3. print *, "The sum of the three numbers is ", total. print *, "The product of the three numbers is ", product
Explanation:
plz follow me
Answered by
0
Answer:
Step 1: input three numbers in variable a.b and c
Step 2: find the product of a,b and c (a*b*c) and store it in a variable p
Step 3: print p
Similar questions