int x=1; int y=2; if(x%2= =0){ y+ + }else{ y- - } System.out.println("y="+y);输出结果y+1; y等于1是怎么算出来的? 查看完整描述