var/val mapName = mutableMapOf(key1 to val1, key2 to val2, key3 to val2). The above syntax can be used to declare the following mutable map of students and ...
確定! 回上一頁