sosososososoosososo
three = one +two;
System.out.println ("three = one +two ==>" +three);
three +=one;
System.out.println ("three += one ==>" +three );
我在运行这个程序的时候为什么这两行的 代码的运行结果不显示呢?程序也没有错误提示啊
谁能解释一下吗请问?
three = one +two;
System.out.println ("three = one +two ==>" +three);
three +=one;
System.out.println ("three += one ==>" +three );
我在运行这个程序的时候为什么这两行的 代码的运行结果不显示呢?程序也没有错误提示啊
谁能解释一下吗请问?
2016-10-15
举报