public class Test1 {
public static void main(String[] args) {
int x = 4;
int y = (--x)+(x--)+(x*10);
System.out.println("x = " + x + ",y = " + y);
}
}
看程序说结果,请不要提前运行?
最新推荐文章于 2022-10-29 21:26:19 发布