The right result of an aggregate function

Report a typo

What is the result of this code?

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

Create a free account to access the full topic