X849: Writing a Method 1

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 Answer:

Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.