Computer Science, asked by singhsanchita829, 4 months ago

WAP to find the product of any three numbers​

Answers

Answered by confusedgenius1000
2

Answer:

product = number1 * number2 * number3. print *, "The sum of the three numbers is ", total. print *, "The product of the three numbers is ", product. end program SumAndProduct.

Similar questions