本帖最后由 米江波 于 2015-4-23 22:51 编辑
class Demo
{
public static void main(String[] args)
{
short x=5;
x+=6;
(运算后成了4个字节 可以赋值给short?编译竟没报错!)
System.out.println(x);
}
}
↑↑↑已经解决了,谢谢各位,↓↓↓怎么理解???
还有这道题,那位大神给我抛媳下
设x为float型变量,y为double型变量,a为int型变量,b为long型变量,c为char型变量,则表达式x+y*a/x+b/y+c计算结果的类型为() A: int B: long C: double √√√ D: Char 我始终相信大牛无处不在的,在线等~
|