Kotlin - Collections Fundamentals
Which of the following Kotlin code snippets correctly uses
forEach to print all elements of val nums = listOf(1, 2, 3) each on a new line?