执行如下语句之后,输出的结果是______。 public class ex24 { public static void main(String[] args) { int x=5,y=3;

admin2008-01-11  33

问题 执行如下语句之后,输出的结果是______。    public class ex24    {        public static void main(String[]  args)        {          int x=5,y=3;          x+=X--  *--y;          System.out.println{x);        }    }

选项 A、0
B、1
C、true
D、false

答案C

解析
转载请注明原文地址:https://kaotiyun.com/show/6Bnp777K
0

相关试题推荐
最新回复(0)