Program 4
- 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.
- Add and test a new function one at a time.
- deleteAll: can you think of a way to use deleteNode?
- Do not use theList to traverse the list. theList is modified only if you insert
or delete from the beginning.