Nice work! This code will print "Below freezing" to the console anytime the temperature is less than 0.0.
"Below freezing"
temperature
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.
if
<