Question: Write in java. Instructions state to include exception handler that deals with nonnumeric operands, arithmeticException and any other you think is required by this program!
Lab # 8 Exception Handling CSCI 1302 (Math tutor) Write a program that displays a menu as shown in the sample run. You can enter 1, 2, 3, or 4 for choosing an addition subtraction, multiplication, or division test. After a test is finished the menu is redisplayed. You may choose another test or enter 5 to exit the system. Each test generates two random single-digit numbers to form a question for addition, subtraction, multiplication, or division. For a subtraction such as number1-number2, number1 is greater than or equal to number2. For a division question such as numberl / number2, number2 is not zero. I have enclose the program below and also in D2L, what you are required to do is to include exception handler that deals with nonnumeric operands, ArithemeticException and any others you think is required by this program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
