Kotlin - Operators and Expressions
What will be the output of this Kotlin code?
val x = 5 val y = 5 println(x != y)
val x = 5 val y = 5 println(x != y)
x != y is false.false.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions