Logic
P is true, Q is false, the truth value of P and Q
What is false?
The contrapositive of "If I have gone to iFLY, I have gone indoor skydiving"
What is "If I have not gone indoor skydiving, I have not gone to iFLY"?
What is the operation being used here?
P = True; Q = True; Operation yields True
P = True; Q = False; Operation yields True
P = False; Q = True; Operation yields True
P = False; Q = False; Operation yields False
What is "P or Q"?