单项选择题

在VB中,使用变量前一般应对变量进行定义。以下变量定义语句错误的是()。

A.Dim  x As Integer
B.Dim  x As Integer,y As Single
C.Var  x,y:Integer
D.Dim  x As Integer,y As Integer