In the following program, we will create a mutable list of integers. Main.kt fun main(args: Array<String>) { val mutableList = mutableListOf(1, 3, 9) ...
確定! 回上一頁