单项选择题
在窗体上有一个命令按钮,然后编写如下事件过程 Private Sub Command1 _ cickc ( ) a=InputBox("enter the first integer") b=InputBox("enter the second integer") Print b + a End Sub 程序运行后,单击命令按钮,先后在两个输入框中分别输入“2”和“6”,则输出结果为( )。
A.ifstream fin;fin.open("C:\\test.txt");
B.ifstream fin("C:\\test.txt");
C.A)和B)
D.ifstream fin;fin("C:\\test.txt");
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
与List1.Text属性值相同的是( )。
A. List1.ListCount
B. List1.List(ListCount-1)
C. List1.ListIndex
D. List1.List(List.ListIndex)
点击查看答案&解析
单项选择题
下列说法错误的是( )。
A. System
B. Object
C. Class
D. Thread
点击查看答案&解析
相关试题
有如下的程序:Private Sub Command1_C...
窗体上有名称分别为Text1、Text2的2个文...
单击命令按钮,下列事件过程的执行结果为(...
在窗体上画一个名称为Label1、标题为“Vis...
在窗体上有两个名称分别为Text1、Text2的...