在VB.NET中,正确的推断类型是()。ADim num As Integer = 3BDim num = 3CVar num=3Dnum=3
在VB.NET中,正确的推断类型是()。
ADim num As Integer = 3
BDim num = 3
CVar num=3
Dnum=3
参考解析
略
相关考题:
都是VB.NET中的数据类型的选项是()AShort、Integer、Long、Float、DoubleBShort、Int、Long、Single、DoubleCInteger、Long、Single、Double、DecimalDBoolen、Byte、Bit、Decimal、Date
单选题都是VB.NET中的数据类型的选项是()AShort、Integer、Long、Float、DoubleBShort、Int、Long、Single、DoubleCInteger、Long、Single、Double、DecimalDBoolen、Byte、Bit、Decimal、Date
判断题在VB.net中函数的返回值类型不需要指定。()A对B错