Having converted Kotlin Int to String, we will now explore the cases when we wish to convert an Int to a String. It usually happens when we wish to append an integer into a String.
The conversion from Kotlin Int to String can happen automatically when passes inside a print statement like below: