programing java

 

The classes ListNode and StringLinkedList are given in the lecture slides 18 attached.  Write your demo program that tests the methods in those classes.

       Create a linked list

       Add the courses you took into the linked list

       Check whether CSCI185 is in the list or not

       Show all courses in the linked list

       Delete the first course you added

       Show all courses after deleting the first course