Question: Write a program that reads a sequence of up to 20 pairs of employee names and IDs. Store the data in an object designed to store a first name (string), last name (string), and an employee ID (integer). Assume each line of input will contain two strings followed by an integer value, each separated by a tab character. Then, after the input has been read in, print the list in an appropriate format to the screen.