Question: 1.Create a class named ThrowArrayException that has an array of 10 names. The class will prompt the user for an index. The class will print
1.Create a class named ThrowArrayException that has an array of 10 names. The class will prompt the user for an index. The class will print the name of the item in the index. Create a try and catch block to catch an ArrayOutOfBounds exception. Save the file as ThrowArrayException.java.
2.Create a class named ZeroInputError that extends Exception and overrides the getMessage method to print "Error! Can't divide by zero!" Next, create a class Calculator.java that divides to integers. The class will have two fields, int numerator and int denominator. The Calculator will accept two integers from the user. If the denominator equals 0, it will pass through the ZeroInputError. Save the files as ZeroInputError.java and Calculator.java.
Need help.... Thank you so much.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
