Let $f: \mathbb N \times \mathbb N \to \mathbb N$ be defined by
$$f (0,y) = y\quad \& \quad f(x+1,y) = 1+f(x,y)$$
Question: The value of $f (4,4)$ is:
A. $0$
B. $4$
C. $8$
D. $12$
My guess is answer $C = 8$, but I am so confused, is there anyone could explain please? Thanks