Computer Science, asked by pavithrat8e, 4 days ago

to mulipty three numbers on algorthim ?
how to do step we want

Answers

Answered by zameer74
2

Answer:

You can also use repeated addition, or adding numbers over and over again, to multiply by 3. For example, if you had the problem 3 x 2, you could add 3 two times and get the answer. So, 3 + 3 = 6 which is the same thing as 3 x 2 = 6

Answered by rishikasarpal
1

Answer:

1. Prompt the user to enter three numbers.

2. Read in/accept the three numbers and assign them to variables number1, number2, number3.

3. Compute the variables sum and product: sum = number1 + number2 + number3, product = number1 * number2 * number 3.

Explanation:

please mark as brainliest please

Similar questions