Adding Numbers and Strings. WARNING! ... int z = x + y; // z will be 30 (an integer) ... If you add two strings, the result will be a string concatenation: ...
確定! 回上一頁