Cara mendefinisikan variabel di Kotlin

val firstName: String = "Chike"
val variable name: Typeofthevariable = TheValueofyourvariable
Itchy Ibex