在VB.NET中,正确的推断类型是()。 
A:Dim num As Integer = 3
B:Dim num = 3
C:Var num=3
D:num=3
出自:国家开放大学《VisualBasic程序设计》