试题与答案

---Haven’t you finished your report yet?

题型:选择题

题目:

---Haven’t you finished your report yet?

--- How I regret ________ the weekend _________ TV!

A.wasting; to watch

B.to waste; to watch

C.to waste; watching

D.wasting; watching

答案:

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

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

参考答案:错

试题推荐
题型:填空题

如果存在如下过程:
Private Function Fun( a( ) As Integer)
Dim First As Integer, Last As Integer, i As Integer
First = LBound(a)
Last=UBound (a)
Max = a(First)
For i=First To Last
If a(i)>Max Then Max =a(i)
Next
Fun=Max
End Function
在窗体上添加一个命令按钮,然后编写如下事件过程:
Private Sub Command1_Click()
ReDim m(1 To 4) As Integer
m(1) =20: m(2) =30: m(3) =50: m(4) =100
c =Fun(m)
Print c
End Sub
单击命令按钮,其输出结果为 【10】

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