質問編集履歴

1

コード追加

2022/02/24 09:55

投稿

thubaki
thubaki

スコア4

test CHANGED
File without changes
test CHANGED
@@ -3,3 +3,13 @@
3
3
  うまくいきません。
4
4
  教えていただけませんでしょうか。
5
5
 
6
+ public class eto{
7
+ public static void main(String[] args) {
8
+ ArrayList〈String〉eto = new ArrayList〈String〉();
9
+
10
+ String[] eto = {
11
+ "子", "丑", "寅", "卯", "辰", "巳",
12
+ "午", "未","申", "酉", "戌", "亥"};
13
+
14
+
15
+