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