单项选择题

下面程序运行后的输出结果是
Private Sub Command1_Click()
For j=1 To 10
If j Mod 3<>0 Then a=a+j\3
Next
Print a
End Sub

A.20
B.10
C.3
D.9