help! i can't figure out to sort an array. :confused: i think you're supposed to do it like this:


public int centeredAverage(int[] nums)
{
sort([nums.length - 2] sortedList);
int sum...