int i = 0; i + = 3;
Syntax error on tokens, they can be merged to form +=
there is a space between + and =.
int i = 0; i += 3;