Use one statement to decrement the variable x by 1, then subtract it from variable total and store the result in variable total.
Write Java statements to accomplish each of the tasks.
```
total -= --x;
```
Computer Science & Information Technology
You might also like to view...
You can switch data used in a chart to create the horizontal axis and the legend
Indicate whether the statement is true or false
Computer Science & Information Technology
The last step in the incident process is closing the incident
Indicate whether the statement is true or false
Computer Science & Information Technology