We need to also check if the temperature is too high. Add another if statement that checks if temp is greater than high.
if
temp
high
Make sure to pick if followed by temp and then >, high:.
>
high: