write a program that creates a list of employees objects of size n entered from user using list interface and a list class implementation and display all employees in list and print employee name with minimum salary and remove employee with minimum salary from list and print the list after removing the employee and check if there is an employee named "SCOTT" ?