Kotlin has two types of variable declarations: val creates an immutable variable (like final in Java); var creates a mutable variable. Examples:
確定! 回上一頁