Computer Science, asked by tamangpranisha7, 5 hours ago

How to write an algorithm to print the product of three numbers

Answers

Answered by Rishi456283
1

Answer:

Answer. How do you find the product of three numbers? product = number1 * number2 * number3. print *, "The sum of the three numbers is ", total.

Similar questions