Re: Any CompSci majors out there?
It's like a DoubleList, but it's Ordered. We are being asked to input passengers (using a GUI) into this Double Ordered List, so that they are stored by last name alphabetically. This DoubleOrderedList only needs one method (add method) , so that we can add a new passenger.