public class ArraySample { public static void main(String args[]) { //判定する文字列 int scores[] = new int[5]; //配列に代入 scores[0] = 82; ...
確定! 回上一頁