Question #257865

1. Write the algorithm and draw the flowchart. Given three numbers A, B, C. Compute and print out the sum, the product and the average of these values.

Expert's answer


1  Read A
2  Set Sum = A
3  Set Prod = A
4  Read B
5  Set Sum = Sum + B
6  Set Prod = Prod * B
7  Read C
8  Set Sum = Sum + C
9  Set Prod = Prod * C
10 Set Avg = Sum / 3
11 Print Sum
12 Print Prod
13 Print Avg

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