kotlin variables are declared using either var or val keyword. var is used to declare mutable variables while val is used to declare immutable variables.
確定! 回上一頁