第五行 更改处 ,为什么 float 不可以?
可以是float,不过你需要float avg2=(float)avg1+rise;这样写
因为float比double的范围小,所以在把double转换为float的时候,需要用强转