Computer Science, asked by yashwanthyash373912, 2 months ago

Write a algorithm to multiply three numbers

Answers

Answered by Ankitapakhi
0

Answer:

the algorithm to multiply three numbers is:-

let,

num1 = 1st number

num2 = 2nd number

num3 = 3rd number

now,

result= 1st number × 2nd number × 3rd number;

= num1×num2×num3

hope you understand

thank you ❤️

Similar questions