回答編集履歴

1

変更

2017/05/16 23:56

投稿

A.Ichi
A.Ichi

スコア4070

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ・・・・・
6
6
 
7
- System.out.println("BMIは"+bmi(h,w));
7
+ System.out.printf("BMIは%5.2f\n",bmi(h,w));
8
8
 
9
9
  printMsg(bmi(h,w));
10
10