Kotlin - Operators and Expressions
What is the output of this Kotlin code?
val x = 4
if (x in 1..5) println("Yes") else println("No")val x = 4
if (x in 1..5) println("Yes") else println("No")15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions