Here's the completed truth table:
| p | q | ~p | ~p → q | (~p → q) ∧ p |
|---|---|---|---|---|
| T | T | F | T | T |
| T | F | F | T | T |
| F | T | T | T | F |
| F | F | T | F | F |
The statement is not a tautology because the last column is not always true.