Kotlin - Operators and Expressions
What will be printed by this Kotlin code?
val x = 10 val y = 5 val z = x - y * 2 + 3 println(z)
val x = 10 val y = 5 val z = x - y * 2 + 3 println(z)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions