0
/ 50
For this program you will be creating a method that calculates the product of three numbers.
Your method will need to be named product
...
For this program you will be creating a method that calculates the product of three numbers.
Your method will need to be named product
and return an int. It will take in three integers as parameters and return an integer that is the result of all three parameters multiplied together.
Your feedback will appear here when you check your answer.