Answer: see below
Explanation:
~p (not p) is the opposite of p.
if ~p is False then ~p → q is TRUE
if ~p is True then ~p → q is TRUE only if q is also true
p q ~p ~p → q
T T F T
T F F T
F T T T
F F T F
5.1m questions
6.7m answers