當然您知道不會這麼麻煩的,Java提供「陣列」(Array)讓您可以宣告一個以「索引」(Index)作為識別的資料結構,在Java中可以 ... System.out.print(score[i] + " ");
確定! 回上一頁