sort


Description:

public static void sort (int[] arr)

Sorts an int array in ascending order.

Parameters:

arr

target array.