Computer Science, asked by dipshikhachatte5589, 6 months ago

Write an algorithm to find the product of three numbers 3
5
7

Answers

Answered by yesiamin6
0

Explanation:

STEP 1) START

STEP 2) DECLARE A, B, C, P VARIABLES

STEP 3) INITIALIZE 3,5,7 VALUES INTO A, B, C VARIABLES

STEP 4) P=A*B*C

STEP 5)PRINT S

STEP 6)END

HOPE IT HELPS YOU. DO FOLLOW FOR MORE ANSWERS/PROGRAMS

MARK AS BRAINLIEST

Similar questions