Question: Suppose that you want a Hash Map that maps a unique employee ID number to an Employee object. Give the definition for a Hash Map variable that defines and allocates the Hash Map. Expect to have 100 employees in your organization. If the employee ID number is an integer between 0 and 100, is a map a good choice for a data structure to store this information?