Introduction
Assignment lets you store a value in a variable. Compound assignment helps you 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 already stored.
When you want to multiply or divide a value and keep the result.
When you want to update a variable without writing it twice.