Collections

Exercise: Add items to the list

Goal

Please add the following items to the list:

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