int [] arr1 = {54, 44, 39, 10, 12, 101};

      Arrays.sort (arr1);

      System.out.println (Arrays.toString(arr1));