The right result of count

Report a typo

What is the result of applying the count function in this code?

val names = listOf("anne", "michael", "caroline", "dimitry", "emilio")
println(names.count { it.length > 6 })
Select one option from the list
___

Create a free account to access the full topic