Computer Science, asked by rananoman3331, 1 month ago

Draw a flowchart for a program that determines the average & product of three numbers
using MS WORD.

Answers

Answered by harshit4verma2005
1

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

Similar questions