假定有一个模块,在其中定义一个公共变量,正确的是________。
A: Dim xasInteger
B: PublicDim xasInteger
C: Dim PublicxasInteger
D: PublicxasInteger
A: Dim xasInteger
B: PublicDim xasInteger
C: Dim PublicxasInteger
D: PublicxasInteger
举一反三
- 假定有一个模块,在其中定义一个公共变量,正确的是________。 A: Dim x as Integer B: Public Dim x as Integer C: Dim Public x as Integer D: Public x as Integer
- 中国大学MOOC: 假定有一个模块,在其中定义一个公共变量,正确的是________。
- 下面可以正确定义两个整型变量和—个字符串变量的语句是()。 A: Dim n,m As Integer,s As String B: Dim a%,b$,c As String C: Dim a As Integer,b,c As String D: Dim x%,y As Integer,z As String
- 下列语句定义一个变体数据的是 。 A: Dim b& B: dim c C: Dim a% D: Dim d$
- 下面哪个定义了一个整型变量x A: Dim x As Single B: Dim x As Integer