0
/ 10
Consider the following class definition:
class Link{
Object data;
Link next;
}
Use a single assigment to set the info of the Node...
Searching for: data structures
Consider the following class definition:
class Link{
Object data;
Link next;
}
Use a single assigment to set the info of the Node...
What datatype should you use to store a Middle initial?