Prove the following claim, using either proof by contradiction or contrapositive: For $x, y \in \mathbb Z$, if $x + y$ is odd then either $x$ or $y$ is odd.
Would it be easier to prove by contradiction or contrapositive? Do both these statements below look correct?
Contrapositive: (restate): If either x or y is even, then $x + y$ is even. Contradiction: (restate): If $x + y$ is odd then either x or y is even.

In this case both proofs would look almost the same, so they are equally easy.
Contraposition: prove that if both $x$ and $y$ are even, then so is $x+y$ (your restatement is incorrect: the negation of A or B is not A and not B).
Contradiction: [assuming that $x+y$ is odd] prove that if both $x$ and $y$ are even, then so is $x+y$ (and therefore get a contradiction with your standing assumption).
In other cases there is a bigger difference between those methods of proof, because the contradiction that you get may not be directly the negation of your standing hypothesis. For example, you could get something like $1<0$, etc.