The given function is $f(x, y) = x \sin y$. I've determined the gradient of $f$ to be $ \nabla f(x, y) = \langle f_x(x, y), f_y(x, y) \rangle \to \langle \sin y, x \cos y \rangle $.
To be able to find stationary points, I would have to set $ \nabla f(x, y) = \vec{0} = \langle 0, 0 \rangle $.
$$ \nabla f(x, y) = \vec{0} $$ $$ \langle \sin y, x \cos y \rangle = \langle 0, 0 \rangle $$ $$ \sin y = 0 \;{\mathrm {and}}\; x \cos y = 0 $$
This is where I would be stuck. Which equation should I use to find stationary points?

