/* * Selection Sort */ static void selsort(int[] a){ for(int i =0; i