Kotlin doesn't do automatic type conversions. For converting int to String, we need to use the Int.toString method. fun main(args: Array< ...
確定! 回上一頁