Let $f:\mathbb{R}^2\to\mathbb R$ with $$ f(x,y)=\begin{cases}\frac{x^2}{||(x,y)||}&\text{for }(x,y)\neq(0,0)\\ 0&\text{for }(x,y)=(0,0)\end{cases} $$ The norm is not further specified. As every norm is continuous and $||(x,y)||=0$ iff $(x,y)=(0,0)$, we have that $f$ is continuous for every $(x,y)\neq (0,0)$(as $x^2$ is obviously continuous).
(0,0) gives me more troubles as I don't know how to handle the unspecified norm. I know that all norms over $\mathbb R^2$ are equivalent, so there may be a way to convert this problem into a version using the classical Euclidean norm.
To finish the question, it suffices to prove the continuity of $f$ at the origin. Since $\Bbb{R}^2$ is finite-dimensional, all norms on $\Bbb{R}^2$ are equivalent, $$\text{i.e. } \exists c,C \ge 0 \text{ s.t. } c\sqrt{x^2+y^2}\leqslant \|(x,y)\|\leqslant C\sqrt{x^2+y^2}$$ so it suffices to prove this using the Euclidean norm.
Let $\epsilon > 0$. Take $\delta = \epsilon$. For all $||(x,y)|| < \delta$, $$|f(x,y) - f(0,0)| = \left|\frac{x^2}{||(x,y)||} - 0 \right| < \frac{x^2}{\sqrt{x^2+y^2}} \le \frac{x^2+y^2}{\sqrt{x^2+y^2}} = \sqrt{x^2+y^2} \\ < \frac1c ||(x,y)|| = \frac{\delta}{c} = \frac{\epsilon}{c}.$$
Hence $f$ is continuous at $(0,0)$.