int a=15,b=13,c=16,x,y; x = a-3%2+c*2/4%2+b/4; y = a = b+5-b+9/3; System.out.println(“x=”+x+”, y=”+y);
x=19, y=15
x=8, y=17
x=17, y=9
x=17, y=8