In the following program, the size of the list is five, but let us try to add the element at index 7 . Main.kt fun main(args: Array<String>) { val mutableList = ...
確定! 回上一頁