单项选择题

下面程序运行后的输出结果是______。
Private Sub Command1_ Click ( )
for j = 1 To 10
if j Mod 3 <> 0 then a =a+j\3
Next j
Print a
End Sub

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