+= Operator
This operator is also considered an assignment operator.
C provides this friendly assignment operator to increment variables in a new way so that a variable is able to take on a new value plus its current value.
To demonstrate its usefulness, which might be used to maintain a running total without the implementation of our newly found operator +=.