what is compound assignment operator
Answers
Answered by
0
Explanation:
Compound assignment operators. The compound assignment operators consist of a binary operator and the simple assignment operator. They perform the operation of the binary operator on both operands and store the result of that operation into the left operand, which must be a modifiable value.
Similar questions