Kotlin - Data Types
What is the output of the following Kotlin code?
val a = true val b = false println(a || b && !b)
val a = true val b = false println(a || b && !b)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions