[单选题]

下列程序执行后,n的值为 n=0 For I=1 To 200 If I Mod 4 = 0 Then n = n+1 Next I

A.5050

B.50

C.51

D.33

参考答案与解析: