To recap my comment: Reversing the order of the quantifiers creates an entirely different statement that has nothing to do with the first. Even though it's a small change notationally, it's a huge one semantically.
To expand on it:
$\forall x, \exists n$ means for every $x$, we can find some $n$ that works. The choice of $n$ may depend on what $x$ is.
$\exists n, \forall x$ means the same $n$ works for all possible $x$. This is significantly more restrictive and therefore is not necessarily true when the "$\forall x, \exists n$" version is true.
To summarize:
$\forall x, \exists n$ means $n$ can vary based on what $x$ is.
$\exists n, \forall x$ means one value of $n$ has to work for all values of $x$.