You will want to use contrapositive for proving the converse of this statement, and in most introductory proof classes the professor should make a point of this. That is to say, for the question you posed the cleanest proof is given as follows,
Claim: If $n$ is odd, then $n^2$ is odd, for all $n \in \mathbb{Z}$.
Proof: Assume that $n$ is odd, then $n=2k+1$, for some $k \in \mathbb{Z}$. Hence,
$$n^2 = (2k+1)^2= 4k^2 + 4k + 1 = 2(2k^2 + 2k) +1 $$
where $(2k^2 + 2k) \in \mathbb{Z}$. Therefore, $n^2$ is odd as desired.
Whereas, for the converse you will quickly run into trouble if you do not try a proof by contrapositive (Exercise: Try it with a direct proof and see where you get stuck!)
Claim: If $n^2$ is odd, then $n$ is odd, for all $n \in \mathbb{Z}$.
Proof: By contrapositive, the claim is logically equivalent to, "If $n$ is even then $n^2$ is even, for all $n \in \mathbb{Z}$". Assume that $n$ is even, then $n=2k$, for some $k \in \mathbb{Z}$. Hence, $$n^2 = (2k)^2 = 4k^2 = 2(2k^2)$$ where $2k^2 \in \mathbb{Z}$. Therefore, $n^2$ is even as desired.
(5+5+5+5)+5 = even+odd = odd
. – Mateen Ulhaq Mar 12 '12 at 09:56