Question: Assume the hand - written method below was written to count the elements of a linked list. Unfortunately, this method has 2 problems that cause

Assume the hand-written method below was written to count the elements of a linked list.
Unfortunately, this method has 2 problems that cause it to execute incorrectly. (The NameNode class is
shown below, and the linked list is referred to by the variable "first").
Describe these 2 problems below:
public int getcount()
int count =0;
Name Node = first;
while (n.next!= null){
count+t;
3
return count;
Problem 1:
Problem 2:public String name;public NameNode(String name) this.name = name;}
}
 Assume the hand-written method below was written to count the elements

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!