Perhaps provide a separate sub-section on their use, in the "Assignment Operators" section, starting with simple use cases, more technical details could follow that. Also perhaps provide an example of ...
int x = 10;: Declares a variable named x and assigns it the value 10. x = 15: Reassigns a new value (15) to the already declared variable x.