for(int i = 8; i>=0;i--){ for(int a=0;a<=8;a++) { int temp = array[i]; array[a]=temp;}}