Kotlin - Data Types
Given
val doubles = listOf(2.3, 5.7, 9.1), which Kotlin code correctly creates a list of Ints by explicitly converting each Double?