java计算问题记录

1.int型进行除法运算的时候,被除数大于除数就会等于0,需要将其转换为double或者float。

原文地址:https://www.cnblogs.com/xzb-blog/p/7421985.html