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