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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!