All Subjects
Light
AP Computer Science Principles
An assignment statement that increments the value of i by 1.
increment: To increase the value of a variable by a specific amount.
assignment statement: A line of code that sets or updates the value of a variable.
variable value: The current content or data stored in a variable.