i'm searching an element in the LinkedList, output is correct when the element is indeed in the list. However, testing the opposite case, when searching for Null or element not in the list, NPE happens. Please help, thanks!i'm searching an element in the LinkedList, out