Concept Flow - Assignment operators
Start
Evaluate Right Side
Apply Operator (=, +=, -=, etc.)
Update Left Variable
Next Statement or End
Assignment operators take the value on the right, apply an operation if needed, and store the result in the left variable.