Write an algorithm to find the product of three numbers
Answers
Answered by
13
Step 1 : input three numbers in the variables 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
Answered by
1
Answer:
take three no. d, s, p
multiply three no. store the results in f
display the value in f
Similar questions