Kotlin - Data Types
Given the Kotlin variables:
Which expression correctly checks if it is either sunny or warm, and you have an umbrella if not sunny?
val isSunny = false val hasUmbrella = true val isWarm = true
Which expression correctly checks if it is either sunny or warm, and you have an umbrella if not sunny?
