单项选择题

有如下程序:
Private Sub Form_Click()
For j=0To 0
Print ""3""+""6""
Next j
End Sub
在运行时输出的是()。

A.36
B.9
C.出错
D.无输出