Fill the blanks below to print out the entire list.
ListNode z = new ListNode("four", new ListNode ("one", new ListNode("two", new ListNode("three", new ListNode ("six", null ) ) ) ) );
Fill the blanks below to print out the entire list.
What should fill <*1>? _______
What should fill <*2>? _______
What should fill <*3>? _______