Kotlin - Operators and Expressions
What is the output of this Kotlin code?
val result = 8 / 2 * (2 + 2) println(result)
val result = 8 / 2 * (2 + 2) println(result)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions