BTW, where are you getting all the extra names from? The list given for the assignment has 8 names...
First req.: Sort and output the list by FIRST names.
Second req.: Sort and output the list by LAST names.
Thus your program will output 2 lists of 8 names each, the first sorted by first name and the second sorted by last name.
------------------
- Ryan Burgdorfer
- Java Acolyte