The first (var x : Int) declares a variable named `x` and does not assign a value to it. Therefore, it needs an explicit type annotation. The second (var x = ...
確定! 回上一頁