🔄 Type Conversion
Type conversion means changing one data type into another.
Example:
val number = "100" //string type
val converted = number.toInt() // converted to integers;
println(converted + 50) // now addition performed easily
Output: 150
#kotlintutorial #typeconversion #typeconversioninKotlin #kotlintypeconversion #datatypes #programming #jetbrains #kotlin #stickmananimation #androiddevelopment #androidstudio #recyclerview #mobiledevelopment