1. Accept a list of computers from a text file and create an array2. Create a loop to access the make, model and serial number of the computers in the array. These information should be stored in another array. 3. Store the retrieved information as CSV file4. Create a loop to check on the same list of computers a. If Workstation service is running b. What is the Startup Type of Workstation5. Store those results is a new CSV file.