質問編集履歴
2
脱字
title
CHANGED
File without changes
|
body
CHANGED
@@ -11,7 +11,10 @@
|
|
11
11
|
java.lang.Iterable の配列またはインスタンスのみ繰り返すことができます
|
12
12
|
|
13
13
|
### 該当のソースコード
|
14
|
+
import java.util.List;
|
15
|
+
import java.util.ArrayList;
|
16
|
+
|
14
|
-
public class
|
17
|
+
public class Main {
|
15
18
|
public static void main(String[] args) {
|
16
19
|
|
17
20
|
ArrayList<String> list = new ArrayList<String>();
|
1
具体的なタイトルの記述修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
|
1
|
+
List型の変数に格納した値を出力したい
|
body
CHANGED
File without changes
|