0
/ 1.0
The method below takes in two integers as parameters and should throw an IllegalArgumentException
if either parameter is the number 5. In...
The method below takes in two integers as parameters and should
throw an IllegalArgumentException
if either parameter is the
number 5.
In the conditional below, throw the required exception.
Your feedback will appear here when you check your answer.