class C { void sort(int[] array) { int j; for (int i = 0; i < array.length; i++) { j = 0; while (j<i)&&(array[j]<caret>>array[i]) } } }