Kotlin - Collections Fundamentals
What is the issue with the following Kotlin code?
val numbers = listOf(10, 20, 30) numbers.add(40)
val numbers = listOf(10, 20, 30) numbers.add(40)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions