Arrays in Kotlin are able to store multiple values of different data types. ... Array<String>){ var arr = arrayOf(1, 2, 3, 4, 5) println("Size of Array arr ...
確定! 回上一頁