This program modifies a linked list of strings based on user input
Options include: adding a string to the list
removing a few of the specified objects at the beginning of the linked list
checking to see if the list is empty, listing the strings in the list,
removing a string from the list given an index
setting the string in the list at an index
finding the largest string in the list
removing all occurrences of a string in the list