Calculate double integral $$\iint_A |\sin(x+y)| \, \mathrm{d}x\mathrm{d}y$$
$$A=\{(x,y)\in \Bbb R:0\leq x \leq \pi,0\leq y \leq \pi\} $$
I found answer to $\sin(x+y)$, without absolute value and it is equal to $0$, but for this equation answer is $2\pi$ and I don't have any idea how to approach this.
Your integral is equal to\begin{multline}\int_0^\pi\int_0^{\pi-x}\sin(x+y)\,\mathrm dy\,\mathrm dx+\int_0^\pi\int_{\pi-x}^\pi-\sin(x+y)\,\mathrm dy\,\mathrm dx=\\=\int_0^\pi\int_0^{\pi-x}\sin(x+y)\,\mathrm dy\,\mathrm dx-\int_0^\pi\int_{\pi-x}^\pi\sin(x+y)\,\mathrm dy\,\mathrm dx.\end{multline}Can you take it from here?