Respuesta :

s1m1
Conditional statement

If p false then q false= true

Give yourself an example:
Conditional
If (p=) I get money then (q=) I am happy.(true)
Conditional with p and q false
If (false p=) I don’t get money then (false q=) I am not happy.
( true as well)

Answer: true