// declare variable int x; // assign value x = 10; // decrease value by 1 x = x - 1;. To achieve the same result we use the decrement operator -- . So, ...
確定! 回上一頁