单项选择题

在窗体中添加一个命令按钮,并编写如下程序: Private Sub Command1_Click() a%=2/3 b%=32/9 Print a%;b% End Sub运行以上程序,输出结果为______。

A.1 4
B.0 3
C.1 3
D.0 4