Skip to content

Commit 7905b8e

Browse files
ErikSchierboompetertseng
authored andcommitted
temperature: number hints, to link them to the tasks
1 parent d304184 commit 7905b8e

File tree

1 file changed

+2
-2
lines changed
  • exercises/concept/temperature/.docs

1 file changed

+2
-2
lines changed

exercises/concept/temperature/.docs/hints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Hints
22

3-
## Convert Fahrenheit to Celsius
3+
## 1. Convert Fahrenheit to Celsius
44

55
- Temperature in degrees Celsius is defined as: T(°C) = (T(°F) - 32) / 1.8
66
- The temperature in Fahrenheit is provided as an `Integer` and must return Celsius as a `Float`.
77
The `fromInteger` function will come in handy.
88

9-
## Convert Celsius to Fahrenheit
9+
## 2. Convert Celsius to Fahrenheit
1010

1111
- Temperature in degrees Fahrenheit is defined as: T(°F) = T(°C) × 1.8 + 32
1212
- The temperature in Celcius is provided as a `Float` and must return Fahrenheit rounded up to the closest `Integer`.

0 commit comments

Comments
 (0)