Looking at this C# code: byte x = 1; byte y = 2; byte z = x + y; // ERROR: Cannot implicitly convert type 'int' to 'byte'. The result of any math performed ...
確定! 回上一頁