Computer Science, asked by eknoor533, 9 months ago

Write an algorithm to find the product of three numbers

Answers

Answered by swastikachoudhury7
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 dsp120
1

Answer:

take three no. d, s, p

multiply three no. store the results in f

display the value in f

Similar questions