Given that $$\lim_{n \to \infty} \frac{1 }{n} = 0$$ And $\lim_{n \to \infty} \sin n$ doesn't exist, it's easy to prove that. The former can be proved by the definition while the latter with the proof by contradiction. Suppose $$ \lim _{n \to \infty}n\sin n = L$$ So we have $$ \lim _{n \to \infty}n\sin n \times \frac{1}{n}= \lim _{n \to \infty} \sin n = 0$$
And this is a contradiction.
Edit: If we want to prove that $\lim_{n \to \infty} \sin n$ doesn't exist, according to the Jonas Teuwen's answer in the mentioned page, suppose $\lim_{n \to \infty} \sin n = l$. It's known that a sequence converges iff every subsequence converges. So $\lim_{n \to \infty} \sin 2n = \lim_{n \to \infty} \sin 2(n+1) = l$ and $\lim_{n \to \infty} \cos2n = \lim_{n \to \infty} 1-2\sin^2 n = 1 - 2l^2$ and also $\lim_{n \to \infty} \cos2(n+1) = 1 - 2l^2$. Then $$\sin(2) = \sin(2(n+1) - 2n) = \sin(2(n+1))\cos(2n) - \sin(2n)\cos(2(n+1))$$Taking limit yields $$\lim_{n \to \infty} \sin(2) = l\times (1-2l^2) - l\times (1-2l^2) = 0$$So this implies $$\sin(2) = 0$$ Which is clearly a contradiction.