Kotlin - Operators and Expressions
What will be printed by this Kotlin code?
val a = 20 val b = 6 println(a / b)
val a = 20 val b = 6 println(a / b)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions