Question

You can use the arithmetic assignment operator (+=) to abbreviate the statement intNum = intNum + 1 as follows: intNum = 1.

Answer

This answer is hidden. It contains 1 characters.