Kotlin - Collections Fundamentals
What will be the output of this Kotlin code?
val list = listOf("apple", "banana", "cherry")
println(list[1])val list = listOf("apple", "banana", "cherry")
println(list[1])15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions