Computer Science, asked by shritasai, 4 months ago

Write an algorithm and draw the flowchart for product of three numbers

Answers

Answered by sanjay047
26

Explanation:

STEP 1 START.

STEP 2 INPUT X,Y,Z.

STEP 3 COMPUTE SUM = X + Y + Z.

STEP 4 COMPUTE AVG = SUM/3.

STEP 5 PRINT SUM.

STEP 6 PRINT AVG.

STEP 7 END.

Answered by srishanth30
9

Answer:

This image may help u

PLEASE MARK ME AS A BRAINLIST

Attachments:
Similar questions