// P. 528 public class ArraySorter { public static void selectionSort(int[] anArray) { for(int index=0; index