Suppose that you have a list that is created by the following statement:
ListInterfacestudentList = new AList ();
Imagine that someone has added to the list several instances of the class Student that Appendix C defined in Segment C.2.
a. Write Java statements that display the last names of the students in the list in the same order in which the students appear in the list. Do not alter the list.
b. Write Java statements that interchange the first and last students in the list.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.