Given the following definition, can someone help me figure out how to prove all boundary points are limits points?
Limit point: Let $A$ be a subset of a metric space $(X,d)$. A point $x\in X$ is called a limit point of $A$ if for every $r>0, B_r(x)\cap A\setminus\{x\}$ is not equal to the empty set.
A point $x$ in a subset $A$ of a metric space $(X,d)$ is an interior point of $A$ if there exists $r>0$ such that $B_r(x)\subseteq A$. The set of interior points of $A$ is denoted $\mathrm {int}(A)$. The exterior $\mathrm {ext}(A)$ of $A$ is defined to be the interior of the complement of $A$. The boundary of $A$ is the set of points which are neither in $\mathrm {int}(A)$ or in $\mathrm {ext}(A)$.
I am trying to figure out how to prove:
$$y \text{ is a limit point of }A \iff y \text{ is a boundary point of }A.$$
Thanks so much.