Question: Create another java exception class called DuplicateValueException that will be thrown if the user inputs a value that already resides in the array. Modify your
Create another java exception class called DuplicateValueException that will be thrown if the user inputs a value that already resides in the array. Modify your solution of the previous project to use this new exception class to indicate when a duplicate value is input, in which case an appropriate error message should be displayed. The program should continue normal execution after handling the exception.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
