回答編集履歴
1
コード修正
test
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
public class Main {
|
7
7
|
public static void main(String[] args) throws Exception {
|
8
|
-
String[] array =
|
8
|
+
String[] array = {"田中", "25", "男性"};
|
9
9
|
String answer = "";
|
10
10
|
|
11
11
|
int j = 0;
|