为何从10开始到99连续相乘会得到0?

这是一块非常简单的Java代码片段: 01 public class HelloWorld{ 02   03     public static void main(String []args){ 04   05         int product = 1; 06   07         for (int i = 10; i <= 99; i++) { 08   09            
相关文章
相关标签/搜索