Relation and logical operators

>       -   Greater than
>=    -  Greater than equal-to
<       -  Less than
<=    -  Less than equal-to
==    -  To set value
! =    -  Not equal-to

Arithmetic operators
+     - Addition
-      - Subtraction
*     - Multiplication
/      - Divide
%    - Modulus

Note:- The % (modulus) operator cannot be applied to float or double.