質問編集履歴

1

StringBuilderに記載ミスがありました。

2019/12/21 05:46

投稿

java_simple
java_simple

スコア6

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  public static void main(String[] args) {
16
16
 
17
- StringBuilder sb = new StringBuilder("KKのID はA1です");
17
+ StringBuilder sb = new StringBuilder("の ID はです");
18
18
 
19
19
  Map<String, String> studentInfoMap = new HashMap<String, String>();
20
20