I proved the converse (if $n$ is an even integer, then $n^k$ is even) using induction.
Inductive step: $n^{k+1}=n\cdot n^k$. Since it is assumed $n^k$ is even, an even times an even gives an even number.
But I am not sure how to go about proving if $n^k$ is even, then $n$ is an even integer. Any help is greatly appreciated.
Thanks!
If $n^k$ is even it means $2|n^k$. This means that $2$ divides one of the factors of $n^k$ since all the factors are equal it means that $2|n$. In other words if $2$ divides $n^k$ then one of the factors must be even, therefore $n$ must have the form $2l$.