上早班的客房领班一天一般需要检查()客房。
A、50-60间
B、60-80间
C、60-70间
D、80间左右
参考答案:B
举例阐明教育实验设计的基本步骤。
在窗体上有一个命令按钮,然后编写如下事件过程 Private Sub Command1 _ cickc ( ) a=InputBox("enter the first integer") b=InputBox("enter the second integer") Print b + a End Sub 程序运行后,单击命令按钮,先后在两个输入框中分别输入“2”和“6”,则输出结果为
A.2
B.62
C.8
D.26