Multiple choice

The ___________ is an increment operator which is used to add 1 to the value of the variable.

  1. **

  2. ++

  3. --

  4. *

  5. =

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The '++' is an increment operator which is used to add 1 to the value of the variable.