Compound assignment operators like +=, -=, *=, /=, %= and post-increment/decrement provide shorthand for updating variable values.
What this topic is and why it exists