kotlin declare variable type code example Example: kotlin variable val name = ”Marcin” // Can't be changed var age = 5 // Can be changed age++