質問編集履歴

1

出力されるセリフの修正

2022/08/04 00:25

投稿

fuku-beginner
fuku-beginner

スコア2

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
  Scanner sc = new Scanner(System.in);
37
37
  Array num[] = new Array[5];
38
38
  int[] a = new int[5];
39
- System.out.println("文字列を入力してください");
39
+ System.out.println("数値5つ入力してください");
40
40
  a[5] = sc.nextInt();
41
41
  num[5].setNum(a);
42
42
  }