longitud de la cadena de kotlin
val hello = "Hello World"
// Use .length to get length of string
val stringLength = hello.length
Noob_Code
val hello = "Hello World"
// Use .length to get length of string
val stringLength = hello.length