class PeopleSorterByName { public static void sort(Person [] a,int n) // Sort (in place) the first n people in array a. // Uses selection sort, sorts by name { int sorted,minPos; for(sorted=0;sorted