• 2022-06-18
    把下面代码补全:计算10的阶乘并输出。[br][/br] int result = 1; for(int i = 2; i <= 10; i++){ } System.out.println(“result=”+ result);