For each compound assignment operator op=, x op= y; is the same as x = x op y;. Relational (comparison) operators. == equal to != not equal to.
確定! 回上一頁