Question: I need help with this question in Java Write a method that searches a numeric array for a specified value. The method should return the
I need help with this question in Java
Write a method that searches a numeric array for a specified value. The method should return the subscript of the element containing the value if it is found in the array. If the value is not found, the method should throw an exception of the Exception class with the error message Element not found.
Write a statement that throws an IllegalArgumentException with the error message Argument cannot be negative.
Write an exception class that can be thrown when a negative number is passed to a method.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
