According to the following information, fill in the spaces in the code block below:
If the temperature is greater than 30: the label will display the text "Hot" .
If the temperature is greater than or equal to 20 and less than or equal to 30: the label will display the text "Warm".
If the temperature is less than 20: the label will display the text "Cold"