SimpleLinkedList add

Geoffrey Challen // 2020.10.0

Continuing with the SimpleLinkedList class below, complete the code for add. You'll want review the rest of the code to understand how this list implementation works and how to walk a linked list and manipulate the references properly.