回答編集履歴
1
修正
answer
CHANGED
@@ -4,4 +4,9 @@
|
|
4
4
|
なにが問題なのでしょうか?
|
5
5
|
|
6
6
|
32° Fahrenheit is equal to 0° Celsius, so your code seem to be working correctly.
|
7
|
-
what's the problem?
|
7
|
+
what's the problem?
|
8
|
+
|
9
|
+
## 追記
|
10
|
+
|
11
|
+
`self.getInputCelsius` となっている箇所を `self.celsiusField`
|
12
|
+
`self.getInputFahrenheit` となっている箇所を `self.fahrField` にすべて変更してください。
|