The statement $$\forall x \in \mathcal{R} \exists n \in \mathcal{N} (n>x)$$ Is true, but $$\exists n \in \mathcal{N} \forall x \in \mathcal{R} (n>x)$$ Is false.
Why does reversing the order of the quantifiers cause the first statement to become false?
Read them aloud in English, not math. The important thing is the order $n$ and $x$ are chosen. In the first, $x$ is chosen first and it says that whatever $x$ is chosen you can find a larger $n$. $=\lceil x \rceil +1$ will work. In the second, $n$ is chosen first and has to be larger than any $x$ you can pick. This is false because you can choose $x=n+1$