1.int x=4150;x=x/1000*1000; x的结果是?4 2.结果为12 int a = 3; int b = (a--)<<a; System.out.println(b); 3.flaot a=5+5.5 //小数默认的是double类型的高精度转化成低精度可能造成数据丢失。