1

The statement n += 4 is equivalent to:

  • n+4

  • n=n+4

  • n+1

  • none