public static void selSort(int[] arr){ int length = arr.length; for(int i = 0; i