[单选题]

阅读下面的程序段:For a=1 To 2 For b=1 To a For C=b To 2 I=I + 1 Next NextNextPrint I执行上面的三重循环后,I的值为

A.4

B.5

C.6

D.9

参考答案与解析: