Requirements are
The keys must be of type String or Integer... in this case key is employee ID so integer
The value types must be either a List or a Set.. value is the name of the employees so needs to be a string list.
I am not sure where to add the list in the header. I think I have messed up the code.
here is my code:
import java.util.*;