The right result of the code

Report a typo

What will this code print?

val names = listOf("John", "Jane", "Mary", "Peter", "Paul", "George")
println(names.chunked(2) { it.sumOf { it.length } })
Select one option from the list
___

Create a free account to access the full topic