質問編集履歴
1
cutTemperature となっていた部分を cutResultに変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
}
|
22
22
|
|
23
23
|
public void setResult(int number){
|
24
|
-
this.number =
|
24
|
+
this.number = cutResult(number);
|
25
25
|
}
|
26
26
|
|
27
27
|
private int cutResult(int number){
|