I'm rather stuck on showing this result (the multivariable analog of the single variable result). What I've tried so far was to evaluate it with respect to a single integral first and show that since that goes to $0$, the entire thing goes to $0$. Got confused trying to split up the integrals though.
Let $r > 0$ and set $R = \{(x,y)\in R^2: -r \leq x, y \leq r\}.$ Let $f$ be an integrable function such that $f(-x, -y) = -f(x,y)$. Show that $$\iint_R f(x,y) \,dx\,dy = 0$$
Also need to show the same result if $f(x, -y) = -f(x,y)$ but I think this will just be a similar process to showing the first one.
Would greatly appreciate any help !

Let $I=\iint_R f(x,y) \,dx\,dy=\int_{x=-r}^0 \int_{y=-r}^0 f(x,y) \,dx\,dy + \int_{x=0}^{r} \int_{y=0}^{r} f(x,y) \,dx\,dy =A+B$
Now $$B=\int_{x=0}^{r} \int_{y=0}^{r} f(x,y) \,dx\,dy$$
Say $u=-x$ and $v=-y$
Then we have $$B=(-1)^2\int_{u=0}^{-r} \int_{u=0}^{-r} f(-u,-v) \,du\,dv$$ $$=(-1)^2\int_{u=0}^{-r} \int_{v=0}^{-r} [-f(u,v)] \,du\,dv$$ $$=-\int_{u=-r}^{0} \int_{v=-r}^{0} f(u,v) \,du\,dv$$ $$=-\int_{x=-r}^0 \int_{y=-r}^0 f(x,y) \,dx\,dy=-A$$
$$A+B=0$$
Hope this helps you.