Computer Science, asked by s1mplyalhamdany99, 2 months ago

algorithm for find the product and average of three numbers

Answers

Answered by swastikashaw
2

Answer:

step 1 start

step 2 take 3 numbers as A, B,C

step 3 calculate product

product = A*B*C

step 4 calculate average

average = A+B+C/3

step 5 Display product

step 6 Display average

step 7 End

Hope this helps pls mark the answer as brainliest ❤❤

Similar questions