单项选择题以下定义常量不正确的语句是()

A.Const Num As Integer=200
B.Const  Num1 As Long=200, Sstr$="World"
C.Const Sstr$="World"
D.Const Num$=#World#


您可能感兴趣的试卷

你可能感兴趣的试题

2.单项选择题都是VB.NET中的数据类型的选项是()

A.Short、Integer、Long、Float、Double
B.Short、Int、Long、Single、Double
C.Integer、Long、Single、Double、Decimal
D.Boolen、Byte、Bit、Decimal、Date

9.多项选择题请选择属于.NET Famework的组件()

A.JVM
B.CLR
C.JIT
D.WebForms 和 Windows Forms

10.单项选择题VB.NET中定义模块的关键字是()

A.Function
B.Class
C.Module
D.Sub