Operators like += -= *+ ++ -- are Compound Assignment Operators because they compound some operation in addition to assigning the result to the variable.

++Value vs Value++