We can also use the < sign to check if temperatureInCelsius is less than 0.0.

Nice work! This code will print "Below freezing" to the console anytime the temperatureInCelsius is less than 0.0.

Not quite! We need to start the if statement with the if keyword and make sure temperatureInCelsius is to the left of the < sign.