Can you build an else statement from scratch?
Fantastic! If temperatureInCelsius isn't less than 0.0, it must be 0.0 or more.
temperatureInCelsius
0.0
Be sure that you start with else and { and finish with }.
else
{
}