Kotlin - Variables and Type System
Find the error in this Kotlin code snippet:
val number: Int number = 5 number = 10
val number: Int number = 5 number = 10
val variables must be initialized once and cannot be reassigned.val.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions