GetAcse(int[]arrInt){ for(int i =0;ii;j--){ int temp = arrInt[j]; arrInt[j] = arrInt[j-1]; arrInt[j-1]=temp; } } }