执行如下语句之后,输出的结果是______。 public class ex36 { public static void main(String[] args) {

admin2008-01-11  27

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

选项 A、-12
B、12
C、-1
D、0

答案D

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

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