Introduction
Assignment lets you store values in a name (variable). Augmented assignment helps update that value quickly.
When you want to save a number or text to use later.
When you want to add or subtract from a value you already have.
When you want to multiply or divide a value and keep the result.
When you want to update a variable without writing it twice.