Question: Suppose that first is the dummy header node of a linked list containing strings of characters. To print the information of the first string of
Suppose that first is the dummy header node of a linked list containing strings of characters. To print the information of the first string of characters in the list, use System.out.println( _____ ).
a. first.getInfo(); b. first.getNext().getInfo(); c. first.getNext().getNext().getInfo(); d. first.setInfo();
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
