1: Operators can be logical ll && ! or arithmetic + - * / or ternary The ternary operator take three arguments: The first is a comparison argument. The second is the result upon a true comparison. The third is the result upon a false comparison
2: Less than , greater than>, Addition +,subtraction -,multiplication *, == equal to, <= less than equal to, >= greater than equal to, % Modulo , != Not equal to / division
3: II. returns true if any of the values = True
&& returns true if both values a true