I have an exercise in which I need to determine which functions are continuous for all points
Note: $\lfloor x\rfloor$ is floor of $x$.
Function I need to consider is $f(x)= \lfloor x\rfloor+\sqrt{x- \lfloor x\rfloor}$
How can I prove that this function is continuous at integer values if neither $\lfloor x\rfloor$ nor $\sqrt{x- \lfloor x\rfloor}$ are continuous at integer values?
I can determine it visually from graph and intuitively when considering values close to integers from both sides, but how can I rigorously prove it?
Hint: For any $n\in \mathbb{N}$, we have $$\lim_{x\to n-} \lfloor x\rfloor=n-1$$ and $$\lim_{x\to n+} \lfloor x\rfloor=n$$