If the temperature doesn't meet the first condition, the person must not be in a healthy temperature range.
Create a second if statement that checks if temp is less than low.
if
temp
low
Make sure to pick if followed by temp and then <, low, :.
<
: