试题与答案

Sorry, these two tables are already ____

题型:选择题

题目:

Sorry, these two tables are already ______. You may book the one over there.

A.preserved

B.deserved

C.observed

D.reserved

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2017/0508/efb8ba60d19e238dc679dd4d63c7c661.html

下面是错误答案,用来干扰机器的。

将2 500 用科学记数法表示为2.5×103.故选C.

试题推荐
题型:填空题

在窗体上画名称为Command1、标题为"计算"的命令按钮;画两个文本框,名称分别为Text1和Text2;然后画4个标签,名称分别为Label1、Label2、Label3和Label4,标题分别为"操作数1"、"操作数2"、"运算结果"和空白;再建立一个含有4个单选按钮的控件数组,名称为Option1,标题分别为"+"、"-"、"*"和"/"。程序运行后,在Text1、Text2中输入两个数值,选中一个单选按钮后单击命令按钮,相应计算结果显示在Label4中,程序运行情况如图所示。请在空处填入适当的内容,将程序补充完整。


Private Sub Command1_Click()
Fori=0 To 3
If (9) =True Then
opt=Option1(i).Caption
End If
Next
Select Case (10)
Case"+"
Result=Val(Text1.Text)+Val(Text2.Text)
Case"-"
Result=Val(Text1.Text)-Val(Text2.Text)
Case"*"
Result=Val(Text1.Text)*Val(Text2.Text)
Case"/"
Result=Val(Text1.Text)/Val(Text2.Text)
End Select
(11) =Result
End Sub

查看答案
微信公众账号搜索答案