填空题

阅读程序:
a=1:b=1
DO
Print a,b
a=a+b: b=a+b
If a>20 Then Exit DO
Loop
程序中的Do-Loop循环的循环体执行______次。

【参考答案】

E
热门 试题