单项选择题
以下能正确定义数据类型TelBook的代码是( )。
A.Type TelBook
Name As String*10
TelNum As Integer
End Type
B.Type TelBook
Name As String*10
TelNum As Integer
End TelBook
C.Type TelBook
Name String*10
TelNum Integer.
EndType TelBook
D.Typedef TelBook
Name String*10
TelNum Integer
End Type
点击查看答案
<上一题
目录
下一题>
热门
试题
单项选择题
下面程序段的运行结果是( )。 Private Sub Form_Click() For I=3 to 1 step-1 Print Spc(10-I); For j=1 to 2*I-1 print * ; Next j Print Next I End Sub
A.*****
***
*
B.*
***
*****
C.*
***
*****
D.*
***
*****
点击查看答案
单项选择题
下面表达式中,( )的运算结果与其他三个不同。
A.Exp(-3.5)
B.Int(-3.5)+0.5
C.-Abs(-3.5)
D.Sgn(-3.5)-2.5
点击查看答案
相关试题
S-Max-Min
Max=arr1(i)
首先执行循环体,然后再进行条件判断,决定...
Max
N>Max