Kotlin - Variables and Type System
Which of the following Kotlin variable declarations has a syntax error due to explicit type declaration?
var variableName: Type = value, with a colon before the type.age and Int, causing a syntax error.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions