Definition: This term refers to a comparison operator used in programming that checks if one value is less than or equal to another value.
< (less than): This comparison operator checks if one value is strictly less than another value.
== (equal to): This comparison operator checks if two values are equal.
!= (not equal to): This comparison operator checks if two values are not equal.