<<< Modulus Operator | Index | More Relational Operators >>> |
Decision making:
(x > y) is x greater than y?
(x < y) is x less than y?
(x >= y) is x greater than or equal to y?
(x <= y) is x less than or equal to y?
<<< Modulus Operator | Index | More Relational Operators >>> |