head, the head of a linked list, determine if the linked list has a cycle in it. Return true if there is a cycle, and false otherwise.head, the head of a linked list, determine if the linked list has a cycle in it. Return true if there is a cycle, and false otherwise.// Run your code to see the output here.