The following program allows a user to add to and list entries from an ArrayList, which maintains a list of employees.
Run the program, and provide input to add three employees' names and related data. Then use the list option to display the list.
Modify the program to implement the deleteEmployee method.
Run the program again and add, list, delete, and list again various entries.