Kotlin - Collections Fundamentals
Find the error in the following Kotlin code:
val arr = Array(3) { 0 }
arr[3] = 5val arr = Array(3) { 0 }
arr[3] = 515+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions