how to cast integer to string in kotlin
snippet in kotlin
how to cast integer to string in kotlin
user7221
var num = 10
val strNum = num.toString()