aspose file tools
The moose likes Cattle Drive and the fly likes SortNames Again Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » This Site » Cattle Drive
Reply Bookmark "SortNames Again" Watch "SortNames Again" New topic
Author

SortNames Again

Louise Haydu
Ranch Hand

Joined: Aug 17, 2000
Posts: 51
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
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
Thanks... I was a little confused on this one, thinking there was one list displayed in first name/last name order.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: SortNames Again
 
Similar Threads
SortNames output
OOP 3: SortNames
SortNames
SortNames