Program 4

  1. Start with the original and don't remove the existing options --you need them to add elements to your list and test your new functions.
  2. Add and test a new function one at a time.
  3. deleteAll: can you think of a way to use deleteNode?
  4. Do not use theList to traverse the list. theList is modified only if you insert or delete from the beginning.