Let $f: \mathbb{R}^2 $ -> $\mathbb{R}$
I was wondering if this function is a continuous function.
Can I just say that $\frac{x^2y^2}{\sqrt{x^2+y^2}}$ is continuous everywhere except perhaps at $x=0$, because $\lim_{x\rightarrow \infty}$ $\frac{x^2y^2}{\sqrt{x^2+y^2}}$ = $\infty$, and the definition is that if $\lim_{x\rightarrow c}$ $f(x)$ = $f(c)$ then $f(x)$ is continuous at $c$.

We know that if $f$ and $g$ are continuous functions then $f(x,y)\cdot g(x,y)$ is continuous and if $g(x,y)\neq 0$ then $\frac{f(x,y)}{g(x,y)}$ is continuous. Using this what can you say about continuity outside $0$?
If we want to check $0$ independently we need to show that
$$\lim_{(x,y)\rightarrow 0}f(x,y) = 0.$$
The easiest way of doing this would be using polar coordinates if you are familiar with them? Write $x = r\cos \phi$ and $y = r\sin \phi$ and see what happens when $r\rightarrow 0$. The intuition of this is given by the following image:
In your case we would get that
$$f(r\cos \phi,r\sin \phi) = \frac{r^4\cos^2\phi\sin^2\phi}{\sqrt{r^2(\cos^2\phi+\sin^2\phi)}}$$
if you simplify this maybe it will become clear that this does not tend to infinity as $(x,y)\rightarrow 0\Leftrightarrow r\rightarrow 0$. I hope this helps