I am required to write an ordedLinkedList class and UnOrderedArrayList class and a Student class. I have attached a zip file containing all my classes, interfaces, and methods. I can't seem to get any of my toString methods correct my output is messed up. I can't get the program to output the student name and then GPA. I am supposed to "test every method in both ordedLinkedList and UnOrderedArrayList classes on managing the student data type." I can't figure out where I'm going wrong or what I should change. I attached my output code in a picture as well.
[/code]
//Main Method For
Testing