call the linked list clear() method use the insertnode() method to load the integers 101, 202,303,404,505 to the linked list use the deletenode() method to delete number 101. report if successful. use the deletenode() method to delete number 998. report if successful.