The instructions for OOP-3 (SortNames) says: "Show the names sorted in order of first name and then by last name." Does this mean we are to display the list two times, with the first display showing names in order by first name and the second display showing names in order by last name? Or does this mean the names should be displayed only once in first name/last name order?
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
10
posted
0
Originally posted by Louise Haydu: Does this mean we are to display the list two times, with the first display showing names in order by first name and the second display showing names in order by last name?
Yes.
JavaBeginnersFaq "Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
Louise Haydu
Ranch Hand
Joined: Aug 17, 2000
Posts: 51
posted
0
Thanks... I was a little confused on this one, thinking there was one list displayed in first name/last name order.