Collections
Exercise: Add items to the list
Goal
Please add the following items to the list:
- Add 'Avatar' as the first item in the list.
- Create a LinkedListNode<string> named titanic with the value 'Titanic' and add it to the last position in the list.
- Add 'Star Wars: The Force Awakens after 'Titanic' using the 'titanic` node as an anchor.
Page 27 of 31