Problem
1. Suppose x and y are two integers. How do you test whether both of them are zero?
2. How do you test whether at least one of them is zero?
3. How do you test whether exactly one of them is zero?
4. What is the value of !!frozen?
5. What is the advantage of using the type rather than strings "false"/"true" or integers 0/1?