Another kind of operators we have enumerated are the comparison operators. As their name suggest, comparison operators are used to compare operands. There are 6 comparison operators:
> greater than < less than >= greater than or equal to <= less than or equal to == equality !=… Read more