Computer Science, asked by manas1046, 8 months ago

algorithms to find the addition of three numbers​

Answers

Answered by Rajputadarshsingh3
0

Answer:

The algorithm would look something like: Prompt the user to enter three numbers. Read in/accept the three numbers and assign them to variables number1, number2, number3. Compute the variables sum and product: sum = number1 + number2 + number3, product = number1 * number2 * number 3.

#⃣#⃣...........

Answered by Anonymous
0

Explanation:

The algorithm would look something like: Prompt the user to enter three numbers. Read in/accept the three numbers and assign them to variables number1, number2, number3. Compute the variables sum and product: sum = number1 + number2 + number3, product = number1 * number2 * number 3.

Similar questions