单项选择题

设窗体文件中有下面的事件过程:
Private Sub Command1_Click()
Dim s
a%=100
Print a
End Sub
其中变量a和s的数据类型分别是()

A.整型,整型
B.变体型,变体型
C.整型,变体型
D.变体型,整型