- What are operators?
Operators are constructs that apply to variables and perform various operations upon them.
- What binary operators do you know?
Some binary operators include equal, not equal, less than, greater than, greater than or equal to, less than or equal to.
- What logical operators do you know?
I know the logical operators - and, or, not.