InterviewSolution
Saved Bookmarks
| 1. |
The contrapositive of the statement 'if p, then q ', isA. if q , then pB. if p, then ~qC. if ~q. then ~pD. if ~p, then ~q |
|
Answer» Correct Answer - C `p to q` If p, then q Contrapositive of the statement `p to q` is `(~q) to (~p)`. |
|