X940: Writing a Method 2

Write a method called product() that calculates the product of three integers. Your method will need to be named product. It will take in three integers as parameters and return an integer that is the result of all three parameters multiplied together.

Your Answer:

Feedback

Your feedback will appear here when you check your answer.