+2!+3!+.+10!,设计程序并画出框图
问题描述:
+2!+3!+.+10!,设计程序并画出框图
答
程序如下:
input n=1;s=1;T=0
Do
s=n*s;
T=s+T;
n=n+1;
loop until n>10
printf T;
end
程序框图如:
画图画了好久,