What does the author value most in the communication with each other()
A. Deep understanding.
B. Saying "I"m sorry".
C. Attention from heart.
Doing nothing.
查看答案
有数据定义语句:Dim X,Y As Integer以上语句表明
A. X、Y均是整型变量
B. X是整型变量,Y是变体类型变量
C. X是变体类型变量,Y是整型变量
D. X是整型变量,Y是字符型变量
I am going to meet the teacher, but you ______ with me.
A. need go out
B. need not go
C. need not to go
D. do not need go
假定有如下的程序段:Dim intVarAs Integer intvar=True Print intVar则输出结果是
A. 0
B. -1
C. True
D. False
为了声明一个长度为128个字符的定长字符串变量StrD,以下语句中正确的是
A. Dim StrD As String
B. Dim StrD As String(128)
C. Dim StrD As String[128]
Dim StrD As String*128