回答編集履歴

3

不明瞭だったため、出力値を明記

2021/04/09 07:38

投稿

omusibi_kororin
omusibi_kororin

スコア14

test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  super.introduce();
16
16
 
17
- System.out.println(~~);
17
+ System.out.println("スピードは"+speed+"km/hです。");
18
18
 
19
19
  }
20
20
 

2

打ち消し線を引いたつもりの箇所を削除

2021/04/09 07:38

投稿

omusibi_kororin
omusibi_kororin

スコア14

test CHANGED
@@ -12,12 +12,6 @@
12
12
 
13
13
  public introduce() {
14
14
 
15
- ~~System.out.println("名前は"+name+ "です。");~~
16
-
17
- ~~System.out.println( "年齢は"+age+"です。");~~
18
-
19
-
20
-
21
15
  super.introduce();
22
16
 
23
17
  System.out.println(~~);

1

System~の箇所に斜線が引かれていないため、編集

2021/04/09 07:36

投稿

omusibi_kororin
omusibi_kororin

スコア14

test CHANGED
@@ -12,11 +12,11 @@
12
12
 
13
13
  public introduce() {
14
14
 
15
- ~~System.out.println("名前は"+name+ "です。");
15
+ ~~System.out.println("名前は"+name+ "です。");~~
16
16
 
17
- System.out.println( "年齢は"+age+"です。");
17
+ ~~System.out.println( "年齢は"+age+"です。");~~
18
18
 
19
- ~~
19
+
20
20
 
21
21
  super.introduce();
22
22