Vf编程计算自然数n的阶乘

发布时间:2021-02-22 19:49:59

Vf编程计算自然数n的阶乘

网友回答

clearinput n= to n
s=1for i=1 to n
s=s*iendfor
n!=,s
以上问题属网友观点,不代表本站立场,仅供参考!