Kotlin - Variables and Type System
What will be the output of the following Kotlin code?
val x = 5
val y = 10
println("Sum: ${x + y}")val x = 5
val y = 10
println("Sum: ${x + y}")15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions