Kotlin - Operators and Expressions
How does Kotlin evaluate this expression?
What is the value of
val x = 2 val y = 3 val z = x + y * x - y / x
What is the value of
z?val x = 2 val y = 3 val z = x + y * x - y / x
z?15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions