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

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

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