Well it looks like you just want: for(int i = 10; i >= 0; i--){ System.out.println(i); System.out.println(10 - i); }. Is that the case?
確定! 回上一頁