public class X2{
public static void main(String[] args){
double b=2.0;
b=b+1/2;
System.out.println(b);
}
}
运行结果为啥不是2.5啊,居然是2.0,求解啊!!!!
添加回答
举报
0/150
提交
取消