Computer Science, asked by Fasvin6254, 8 months ago

Write an alogirithm to calculate and display the product of 3 numbers

Answers

Answered by rishavkumaragarwal7
0

Answer:

The algorithm would look something like:

Prompt the user to enter three numbers.

Read in/accept the three numbers and assign them to variables number1, number2, number3.

Compute the variables sum and product: sum = number1 + number2 + number3, product = number1 *

Answered by Anonymous
0

Answer:

step 1)START

step 2)input a,b and c

step-3)prod=a*b*c

step-4)output prod

step-5)STOP

#HOPE IT HELPS YOU

PLEASE MARK BRAINLIEST

Similar questions