beginner
Check a Condition
Use an if statement to make a decision.
📝 Prompt Content
Create a variable 'temperature' with a value of 30. Write an if statement that prints 'It is hot' if the temperature is greater than 25, and prints 'It is cool' otherwise.