Basic

Relational Operators

views

3:12
Relational operators are used to check if two numbers are equal or not, which one is smaller or larger etc. This table gives the list of relational operators. Now if you want to check if two variables a and b are equal or not, you would write the code like this.