Kotlin - Operators and Expressions
Identify the mistake in this Kotlin code snippet:
val range = 1..10
if (15 in range) println("Inside") else println("Outside")val range = 1..10
if (15 in range) println("Inside") else println("Outside")15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions