Kotlin - Operators and Expressions
Given val x = 10, val y = 3, what is the result of this Kotlin expression?
val result = x / y + x % y
val result = x / y + x % y
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions