Computer Science, asked by mandeepkaurbhinder11, 10 months ago

what is compound assignment operator​

Answers

Answered by Vinanti06
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