The statement i + = 3; has the same effect as.

google ads 1

The statement i + = 3; has the same effect as:

i - 3 = i;

i = 3 + 3;

i = 3;

i=i + 3;