Menu
×
×
Correct!
Exercise:Insert the missing part to access the value of the first element in the
val cars = arrayOf("Volvo", "BMW", "Ford", "Mazda")
println(@(7))
val cars = arrayOf("Volvo", "BMW", "Ford", "Mazda")
println(cars[0])
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 39 exercises.
Are you sure you want to continue?