Employes map
I need help with this exercise because it gives me an error on the output. The description is as follows: Five employees of a company are stored on the map, in the program that you have been given. Their names are set as keys and their positions as values. The company is hiring one more employee. The program should take the name and position as inputs and store them in the existing map. Complete the program to perform this operation and send the list of employees to the console in the format shown in the sample output. Input example Bob Developer Output example Richard: Developer Maria: SEO Specialist Tom: Product Manager David: Accountant Sophia: HR Manager Bob: Developer. Use the entries () method to return an array Iterator [key, value] on the map for each item. https://code.sololearn.com/W8UvKymIfww1/?ref=app