Kotlin - Collections Fundamentals
What will be the output of this Kotlin code?
val arr = IntArray(3) { it * 2 }
println(arr.joinToString(","))val arr = IntArray(3) { it * 2 }
println(arr.joinToString(","))15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions