一起答
主观

阅读程序:

 a=1:b=1

 DO

 Print a,b

 a=a+b: b=a+b

 If a>20 Then Exit DO

 Loop

 程序中的Do-Loop循环的循环体执行【 】次

参考答案
查看试卷详情