×
×
Correct!
Use the correct function to create an array of the code below.
val cars = @(7)("Volvo"@(1) "BMW"@(1) "Ford")
val cars = arrayOf("Volvo", "BMW", "Ford")
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 39 exercises.
Are you sure you want to continue?