I am studying for an entrance exam and have troubles to set up double integrals appropriately. Actually my biggest problem is that I don't get the notation.
$$ A = \{(x,y) | 0 \leq x + y \leq 1, 0 \leq x-y \leq \pi\} $$
$$ \iint_A e^{x+y} \sin(x-y)\mathrm dx\mathrm dy $$
and for another example:
$$ R = \{(x,y) | 1 \leq x^2 + y^2 \leq 4, y \geq 0\} $$
$$ \iint_R \frac{\mathrm dx\mathrm dy}{(x^2+y^2)^2} $$
Normally I would go draw a picture of something like a line or circle. When I have an equation like $x+y=z$ for example. I tried interpreting the inequality as an area so for the first one I came up with the between 0 and the line $y=1-x$ which seemed reasonable for I failed to connect this to the other inequality.
I hope somebody can point out how to set this up or give some hints how to interpret this notation.
Any help is greatly appreciated!

The first inequality, $0 \le x+y \le 1$, is equivalent to $-x \le y \le 1-x$ (just subtract $x$ everywhere). Hence it represents all points $(x,y)$ lying on or between the two straight lines $y=-x$ and $y=1-x$.
Can you do something similar with the second inequality? In the end you should find that $A$ is a region bounded by a quadrilateral.
(Another hint: Try changing variables to $u=x+y$ and $v=x-y$.)