We need to check if temp is within low and high. To do this we'll code an if statement that uses the <= and >= operators.
First, code an if statement that checks if temp is less than or equal to high.
Make sure to pick if followed by temp and then <=, high, :.