Computer Science, asked by susma00952, 1 day ago

Write a algorithm to multiply 3 numbers​

Answers

Answered by newblessystores
1

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.

If my answer is correct

please mark me as brianlist

Answered by XxitzMichAditixX
1

Refer to the above attachment for the correct answer....

hope it helps ♡

#MichAditi

Attachments:
Similar questions