Computer Science, asked by PraveshSinghPatel, 6 months ago

Write an Algorithm to calculate multiplication of 5 numbers.​

Answers

Answered by sarah3122
0

Answer:

step 1 : set count =1.

step 2: if count <=5.

step 3: result = result * count.

step 4: Print result.

step 5: count = count +1, Go to Step 2.

Explanation:

Explanation:

Similar questions