Computer Science, asked by jhatripti31, 14 hours ago

Write an algorithm and draw a flowchart to find the sum and product of three Number ( As soon as possible)​

Answers

Answered by kumariranju151
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.

Explanation:

mark as brainlist

Attachments:
Answered by viishnnuspokenenglis
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.STEP

Explanation:

Similar questions