Introduction
Assignment operators let you store values in variables so you can use them later.
When you want to save a number or text to use it again.
When you need to update a value step by step.
When you want to keep results from calculations.
When you want to give a name to a value for easier reading.
When you want to change a variable based on its current value.