Kotlin - Collections Fundamentals
Which of the following Kotlin code snippets correctly uses
forEach to print each element of the list items?forEach to print each element of the list items?forEach { element -> action } or forEach { action(it) }.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions