Assignment operators = Assigns the right argument to the left argument. += Adds right argument to the left argument and stores the result in left argument -= *= /= .= analogous ++ -- Increments/Decrements its argument.