fun main() { print("請輸入分數:") // 宣告Score 變數並將使用者輸入數值轉為Int val score: Int = readLine()!!.toInt() // 利用if 判斷輸出對應結果if (score ...
確定! 回上一頁