Problem
1. What is the result of carrying out both steps of the linked list add method in reverse order? What kind of reference results? What types of problems may result?
2. Explain how the linked list remove method works when the item to be removed is in the last node.
3. Explain how the remove method works when the item is in the only node in the linked list.