Question: Create an applet document that prompts the user for an ID number and an age. Construct an Exception class and throw an Exception of that class if the ID is not in the range of valid ID numbers (zero through 899), or if the age is not in the range of valid ages (0 through 89). Catch the Exception and then display an appropriate message. Save the program as BadIDAndAge.java