可写出程序如下:
Input “n=”,n
S=1
i=1
While i<=n
S=S*i
i=i+1
Wend
End
下面的判断中正确的是( )
A.无输出语句 B.可运行出结果
C.程序是完整的 D.输出语句可补在末行
A