Kotlin - Collections Fundamentals
What will be the output of this Kotlin code?
val numbers = listOf(10, 20, 30)
numbers.forEach { print(it); print(",") }val numbers = listOf(10, 20, 30)
numbers.forEach { print(it); print(",") }15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions