以下声明常量不正确的是________。
A: Const Num As Integer =200
B: Const Num$=
C: World
D:
E: Const str$="World"
F: Const Num1 As Long =200, Sstr$="World"
A: Const Num As Integer =200
B: Const Num$=
C: World
D:
E: Const str$="World"
F: Const Num1 As Long =200, Sstr$="World"
举一反三
- 以下定义常量不正确的语句是() A: Const Num As Integer=200 B: Const Num1 As Long=200, Sstr$="World" C: Const Sstr$="World" D: Const Num$=#World#
- 以下定义常量不正确的语句是() A: AConst Num As Integer=200 B: BConst Num1 As Long=200, Sstr$="World" C: CConst Sstr$="World" D: DConst Num$=#World#
- 以下定义常量不正确的语句是_______。 A: Const Num As Integer=256 B: Const Num=256 C: Const Str$="TongJi" D: Const Day$= E: 10/1/1949
- 下列定义常量不正确的语句是______。 A: Const Num as Integer=10 B: Const Num as Long=23.4,Str1$="VB.Net" C: Const Str1$="VB.Net" D: Const Str1$= E: VB.Net F:
- 下列定义常量不正确的语句是( )。 A: Const Num as Integer=10 B: Const Num as Long=23.4,Str1$="VB.Net" C: Const Str1$="VB.Net" D: Const Str1$= E: VB.Net