- What are operators?
- Operators are comanders of functions, telling what to do with input values
- What binary operators do you know?
- All of those that combine 2 elements to produce new one. - Arithmetic, Assignment, Relational and Logical
- What logical operators do you know?
- And - &&
- Or - ||
- Not - !