This LinkedListUtil class tests various usages of the LinkedList class
param1 is an array of String, param2 and param3 are Strings. You will create
a linked list from param1. Then you are to add param2 as a
new first element and param3 as a new last element of the linked list.