Kotlin - Control Flow as Expressions
How can you use
if as an expression to assign a message based on temperature, where temperature > 30 is "Hot", between 15 and 30 is "Warm", else "Cold"?