Concept Flow - Assignment operators
Start
Initialize variable
Apply assignment operator
Update variable value
Use updated value
End
This flow shows how a variable is initialized, then updated using an assignment operator, and finally used with its new value.