Kotlin - Basics and JVM Runtime
What will this Kotlin code print?
fun main() {
val x = 5
val y = 10
println(x + y)
}fun main() {
val x = 5
val y = 10
println(x + y)
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions