【名词&注释】
字符串(string)、表达式、关键字、返回值、局部变量(local variable)、标识符(identifier)、下划线(underline)、始终保持(always keep)
[单选题]窗体上有语句Printsgn(-5.1^2)+Abs(Int(-5.1^2)),运行后输出结果是( )。
A. 52.2
B. 25.01
C. 26
D. 28
查看答案&解析查看所有试题
学习资料:
[单选题]以下有4组用户标识符(identifier),其中合法的一组是______。
A. FOR -sub Case
B. 4d DO Size
C. f2_G3 IF abc
D. WORD void define
[单选题]阅读下面的程序; Function Func(x As Integer,y As Integer)As Integer Dim n As Integer Do While n = 4 x=x + y n = n + 1 Loop Func=x End Function Private Sub Command1_Click() Dim x As Integet, y As Integer Dim n As Integer,z As Integer x=1 y=1 For n = 1 To 6 z=Func(x,y) Next n Print z End Sub 程序运行后,单击命令按钮,输出的结果为.
A. 16
B. 21
C. 26
D. 31
本文链接:https://www.51ksbd.net/show/j0jejo.html