If $s_1=\sqrt{2}$ and $s_{n+1}=\sqrt {2+s_n}$ for $n\geq 1$ show that $s_n<2$ $\forall, n\geq1$ and $s_n$ is convergent.
The second part I supposed that is immediate from Cauchy sequence definition that $s_n$ is convergent.
The first part I think to use induction
For $n=1$ we have that $s_1=\sqrt{2}<2$
Suppose that is true for $n=k$ then we need to show for $n=k+1$. I wrote a few terms of this recursive sequence
$$s_1=\sqrt{2},\quad s_2=\sqrt{2+\sqrt{2}},\quad s_3=\sqrt{2+s_2}=\sqrt{2+\sqrt{2+\sqrt{2}}}$$ Then I think that $s_{n+1}$ can written as $$s_{n+1}=\sum_{i=1}^n2^{\frac{1}{2n}}$$
I do not know how to argue that the above term is less than $2$.
As peterwhy mentions,
$$s_n<2\implies s_{n+1}=\sqrt{2+s_n}<\sqrt{2+2}=2\tag{$\color{green}\checkmark$}$$
To show that it is convergent, you want to show that it is monotone increasing, which combined with the fact that it is bounded above will mean it converges:
$$s_n>s_{n-1}\implies s_{n+1}=\sqrt{2+s_n}>\sqrt{2+s_{n-1}}=s_n\tag{$\color{green}\checkmark$}$$
and thus you are done.