| Menu × × Correct! Exercise:Use the correct property to find out how many elements the cars array have. 
val cars = arrayOf("Volvo", "BMW", "Ford", "Mazda")
println(@(9))
 
val cars = arrayOf("Volvo", "BMW", "Ford", "Mazda")
println(cars.size)
 Not CorrectClick here to try again. Correct!Next ❯ | 
This will reset the score of ALL 39 exercises.
Are you sure you want to continue?