爲何從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            
相關文章
相關標籤/搜索