Kotlin - Variables and Type System
Which of the following is the correct way to declare a mutable integer variable named
count with initial value 10 in Kotlin?count with initial value 10 in Kotlin?var with an initial value.var count = 10 correctly declares a mutable integer variable with initial value 10.var and initial value [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions