Assignment Operators

It is used to assign a value to a variable and denoted by =.
General syntax;
Identifier=value or expression
Example;
x=y+5;