Problem:
Question 1: First declare a list of strings for names by the list of STL. Add information in the list. Display the information stored in the list by using iterator and the dimension. After that sort the list by sort function of list and print the sorted list.
Question 2: Use map of STL to associate employee names (the key) and employee ID. Insert some date into it. Then print out the size of and the data stored in the map.
Show the code, demonstrate it works properly and describe what it is doing.