Menu
×
×
Correct!
Exercise:Use the correct function to create an array of the code below.
val cars = arrayOf("Volvo", "BMW", "Ford")
Not CorrectClick here to try again. Correct!Next ❯val cars =("Volvo" "BMW" "Ford") |