Introduction
Assignment lets you store a value in a variable. Compound assignment helps you update that value easily.
When you want to save a number or text to use later.
When you want to add or subtract from a number stored in a variable.
When you want to multiply or divide a variable's value by another number.
When you want to quickly update a variable without writing it twice.