Kotlin - Collections Fundamentals
What will be the output of this Kotlin code?
val list = listOf(1, 2, 3) println(list.size)
val list = listOf(1, 2, 3) println(list.size)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions