回答編集履歴

1

㎤ → ㎠

2018/05/12 02:04

投稿

退会済みユーザー
test CHANGED
@@ -56,9 +56,9 @@
56
56
 
57
57
  int y = Integer.valueOf(args[1]);
58
58
 
59
- System.out.printf("%d x %d = %d ㎝", x, y, x * y);
60
59
 
60
+
61
- System.out.printf("%d x %d = %d ", x, y, x * y);
61
+ System.out.printf("%d x %d = %d ", x, y, x * y);
62
62
 
63
63
  } catch (NumberFormatException e) {
64
64
 
@@ -90,12 +90,10 @@
90
90
 
91
91
  * 結果
92
92
 
93
- ![イメージ説明](5524b15a2fc50a3b03bdb373da05bdf2.png)
93
+ ![イメージ説明](0642ddfde91b6e5236db47b0b7f46347.png)
94
94
 
95
95
 
96
96
 
97
97
  フォントの誤りでしょうね
98
98
 
99
-
100
-
101
99
  久々10年ぶりぐらいに cmd.exe 出力する java を実行したが CHCPはいるのか(わすれてたな)