Linked List Exercises
Linked List Exercises
Imagine that you as a developer, support from java.ultil library: Write a doubled-
linked-list data structure to create and hold information of students in a class.
The information of student include:
+studentID: String
+name: String
+average,mark1,mark2,mark3: double