1. What are operators?
Operators are used in logical statements to determine equality or difference between variables or values.
2. What binary operators do you know?
Some of the binary operators we are all familiar with is addition, division, subtraction and multiplication. The following are also binary operators <,>,<=,>=
3. What logical operators do you know?
The logical operators I am familiar with are &&, ||