Description: Write a program for the two numbers from the user to accept command line parameters. The first number divided by the second number and displays the results to deal with the possible exception tips: use two catch statements, one for capture ArrayIndexOutOfBoundsException exception (Incorrect number of parameters coming from the command line), and the other for capture ArithmaticException Exceptions
To Search:
File list (Check if you may need any files):
hw2.java