Write Program Enter Employee Data Arraylist Type Employee Data Includes Employee Name Empl Q37140923

Write a program to enter employee data into an ArrayList of typeEmployee. The data includes employee name, employee Social SecurityNumber, employee job title, and employee salary. The maximum numberof employees is 100, but your program should work for any number ofemployees less than 100. Your program should use two exceptionclasses, one called SSNLengthException for Social Security numberentered – without dashes or spaces – is not exactly nine charactersand the other SSNCharacterException for when any character in theSocial Security number is not a digit. When an Exception is thrown,the user should be reminded of of what he or she entered, told

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.