Kotlin - Data Types
Identify the error in this Kotlin code snippet:
val text = "Hello" text[0] = 'h' println(text)
val text = "Hello" text[0] = 'h' println(text)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions