The right result of this function

Report a typo

What is the result of this code?

val listWords = listOf(listOf("anne", "michael"), listOf("caroline", "dimitry"), listOf("emilio", "francois"))
    println(listWords.flatten().map { it.uppercase() })
Select one option from the list
___

Create a free account to access the full topic