有如下程序: Private Sub Command1_Click() Fo rj=1 To 10 a=a+j/7 Next j Print a End Sub 在运行时输出a的值是()
A:5
B:4
C:3
D:2
出自:计算机科学