n的阶乘编程(n的阶乘编程python) intX #39 忽略数值check intInputValue = CIntinputboxquot请输入整数n,计算n的阶乘quot, quotn的阶乘quotintX = 1 For i = 1 To intInputValue Step 1 intX = intX * i Next msgb...