$$T:C_{\mathbb{R}}[0,1] \rightarrow \mathbb{R}$$
Our functional is defined by $T(f) = \int_0^1 f(x) \, dx$. We have to show that this operator is continuous.
I have an answer but it looks really easy, too easy I would say.
We can see that our function $f(x)$ is continuous on the compact set, so it it uniformly continuous and this function is bounded by some constant $M$. So we can write it:
$$|T(f)| = \left |\int_0^1 f(x) \, dx\right | \leq \int_0^1 |f(x)| \, dx \leq \int_0^1 M \, dx = M$$
Our functional is bounded. Hence this implies that functional is continuous, it is the end of the exercise. Am I right?