So I have this joint PDF: $$ f(x,y)= \begin{cases} 4xy & \text{ for } 0 \leq x \leq 1, 0\leq y \leq 1\\ 0 & \text{ otherwise} \end{cases} $$
To make this a CDF, I have tried to double integrate the PDF from $-\infty$ to $x$, $-\infty$ to $y$.
$$ F(x,y)= \begin{cases} 0 & \text{ if } x<0\ \text{or}\ y<0\\ x^2y^2 & \text{ if } 0 \leq x\leq1,0 \leq y\leq1 \\ ? & \text{ if } 0 \leq x\leq1,y>1\\ ? & \text{ if } 0 \leq y\leq1,x>1\\ 1 & \text{ if } x>1,y>1 \end{cases} $$
Can someone help me understand exactly what to do for the cases with the question marks? I am unsure of which function to apply the double integral to in order to obtain the result.
Thanks in advance.