下面各程序段中,()能在一行中输出五个&39;*&39;
下面各程序段中,()能在一行中输出五个&39;*&39;
A.I:=0;
repeat
write(&39;*&39;);
I:=I+1
until I=5
B.I:=0;
repleat
write(&39;*&39;)
until I=5
C.I:=0;
repeat
write(&39;*&39;);
I:=I-1
until I=5
D.I:=0;
repeat
writeln(&39;*&39;)
I:=I+2
until I=5
正确答案:A
词条内容仅供参考,如果您需要解决具体问题
(尤其在法律、医学等领域),建议您咨询相关领域专业人士。
