Answer:
True
Explanation:
If you took a true if-then statement, inserted not in each clause and reversed the clauses you will have created the contrapositive. The contrapositive of an if-then statement has the same true value as the original statement.
Statement:
If p, then q.
Contrapositive:
If not q, then not p
If the statement is true, then the contrapositive is also true.