Question #243442

Given three numbers A, B and C. Construct an algorithm to compute and print out the sum, the average, and the product of these values.

Expert's answer

Start
  Read A, B and C
  Sum= A+B+C
  Average = Sum/3
  Product =A*B*C
  Print Sum
  Print Average 
  Print Product 
Stop

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS