package sort;import java.util.Arrays;public class insert_sort { public static void main(String[] args) { int[] arr = new int[]{1, 10, -5, 12