Seven more relational and logical operators
In this lesson, I will teach you about the following seven operators:
- Less than: <
- Greater than: >
- Less than or equal to: <=
- Greater than or equal to: >=
- Logical AND: &&
- Logical inclusive OR: ||
- Logical NEGATION: !