Fill the blanks below to print out the entire list.
ListNode z = new ListNode("go", new ListNode ("on", new ListNode("at", new ListNode("up", new ListNode("over", null ) ) ) ) );
What should fill in <*1>? _______
What should fill in <*2>? _______
What should fill in <*3>?_______