How could show that the expectation of the following Ito process is zero. i.e. $$\mathbb{E}[\sin(5B_t)]=0,$$ where $B_t$ is a standard Brownian motion, $t\leq T$.
Here I want to use Ito's formula and Fubini's theorem as $$\sin(5B_t)=0+\int_{0}^{t}5\cos(5B_s)dB_s-\frac{25}{2}\int_{0}^{t}\sin(5B_s)ds.$$
Then $$\mathbb{E} \sin(5B_t)=5\mathbb{E}\int_{0}^{t}\cos(5B_s)dB_s-\frac{25}{2}\mathbb{E}\int_{0}^{t}\sin(5B_s)ds.$$
After this, I'm stuck. Anyone help?