Question 596192
(~p V q) --> ~q


(~T V F) --> ~F


(F V F) --> T


F --> T


T


So (~p V q) --> ~q is <font color="red">true</font>.