Java: Develop into a program that has a linked list. Include UML
diagrams of the classes you will code, including the one with
main:
One way to keep track of lots of kids in a file drill or other
emergency is to have each child know who is before them and behind
them in a line. Simulate this behavior with a Student class that
includes last name and first name. Create a doubly linked list of
students so each student “knows” who is before them and behind
them. Sort the list based on last name alphabetical order then have
each student object write out the name of the person in front of
them and the name of the person behind them.
Java: Develop into a program that has a linked list. Include UML diagrams of the classes you will code, including the on
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am