Logic
100

P is true, Q is false, the truth value of P and Q

What is false?

200

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"?

300

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"?

M
e
n
u