单项选择题
在默认情况下,InputBox函数返回值的类型为( )。
A.constructAdestructA
B.constructAconstructAdestructAdestructA
C.constructAconstructAconstructAdestructAdestructAdestructA
D.constructAconstructAconstructAconstructAdestructAdestructAdestructAdestructA
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
以下能够正确计算n!的程序是( )。
A.CheckedInputStream
B.BufferedInputStream
C.PushbackInputStream
D.FileInputStream
点击查看答案&解析
单项选择题
单击命令按钮时,下列程序的执行结果为( )。Private Sub Command1_Click()Dim x As Integer,y As Integerx=50:y=78Call PPP(x,y)Print x;yEnd SubPublic Sub PPP(ByVal n As Integer,ByValm As Integer)n=n 10m=m 10End Sub
A. 多态
B. 继承
C. 封装
D. 垃圾回收
点击查看答案&解析
相关试题
诊断和改正程序中错误的工作通常称为 __...
在窗体上画一个文本框和一个图片框,然后编...
在窗体上画一个名称为“Command1”,标题...
以下程序的功能是从键盘输入若干个学生的考...
下列程序的输出结果为【 】。num=2While...