java小算法—求1+2+3+4+5...+n

幾種方法實現1+2+3+4+5+...+n 或是1*2*3*4*5*...*njava   1.代碼code public class Test { public static void main(String[] args) { int num=10; int result1=getResult1(num); System.out.println("while循環結果
相關文章
相關標籤/搜索