public class SelectionSortExample { public static void selectionSort(int[]arr) { for (int i=0;i