Computer Science, asked by shlokyt, 7 months ago

draw a flowchart for addition of three numbers​

Answers

Answered by gurnoorkaur37
8

Answer:

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.

Explanation:

HOPE MY ANSWER HELPS

Similar questions