I am trying to learn java on my own and I need your help.

I have the following question?

package NAME
public class NAME
{
int X;
int Y;
public static NAME CHANGE(INT A)
{
X=A;
Y=A;
return?????????
}
}
I KNOW I HAVE TO RETURN SOMETHING BUT I DON'T KNOW WHAT
thanks for the time