Computer Science, asked by shubhamarora1455, 5 months ago

Flow chart to find product of 3 numbers

Answers

Answered by tarunvirsingh8
0

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

======================================================

Please mark as Brainliest

Similar questions