单项选择题
从四个选项中选出下面程序段的计算结果()
sum:=0;i:=0;j:=1;
while i<5 do
begin
i:=i+1;j:=j*i;
sum:=sum+j;
end;
writeln(sum);
A.15
B.120
C.153
D.33
点击查看答案&解析
相关考题
