Computer Programming Logic Exercises
Computer Programming Logic exercises

if ~ (^ PQ) What is P ^ Q, where P is true and Q is false?
I try to ask some questions about the logic programming exercises with AND, OR and NOT logical operators
^ PQ is a fake. (P ^ Q is true that if P is true and Q is true) ~ (^ PQ) is true, so that P ^ Q can also be obtained without even knowing what that means yet ^. (If ~ X, then X is false.)