There are a couple ways that a variable can be incremented by a value or another variable:variableToBeIncremented = variableToBeIncremented + theValueVariable; or variableToBeIncremented += theValueVariable;