My Work so far:
Contradiction: Assume that both $n$ and $n + 3$ are perfect squares.
$n = a^2,\ n+3 = b^2$
Now,
$3 = (n+3) - n = b^2 - a^2 = (b+a)*(b-a)$
so we assume that $b+a = 3$ and $b-a=1$ which means $a = 3-b $ so $b+b-1=3 \Rightarrow 2b=4 \Rightarrow b = 2$ and $a = 1$, so $n = 1$ which is not possible, thus the contradiction is false which proves the original statement to be true. Thanks guys!