The SECOND array programming assignment is from 474-483 Write an ArrayList program that:
1. Creates a list of 5 automobile names that you make up and then retrieves those 5 names and displays all of them.
2. Adds Mercedes at position 3 of the array and then retrieves the names and displays all of them.
3. Replaces the fourth car with a BMW and then retrieves the names and displays all of them.
4. Removes the second car and then retrieves the names and displays all of them.