Operators

Operators are special symbols and keywords that help perform an operation or computation on one or more values or variables.

The values or variables that the operator works on are called operands.

2. Assignment Operators

Assignment operators are used to assign values to variables. 

They evaluate the expression on the right-hand side and store or update the result in the variable on the left-hand side