Introduction
Assignment operators help you store or update values in variables easily.
When you want to save a value in a variable.
When you want to add or subtract a number from a variable's current value.
When you want to multiply or divide a variable by a number and save the result.
When you want to combine updating and assigning a value in one step.