power ++; This statement adds one to the value stored in the power variable. To decrement the value of a variable by one, use the -- operator: rating--; This ...
確定! 回上一頁