题目内容

【C10】

A. first
B. last
C. finally
D. newly

查看答案
更多问题

【C8】

A. cultivated
B. drawn
C. caught
D. found

【C13】

A. decorated
B. viewed
C. took
D. wore

【C3】

A. precise
B. certain
C. clear
D. correct

在窗体上画—今名称为Cmmand1的命令按钮,然后编写如下事件过程 Option Base 1 Private Sub Command1_Click() Dim a(5,5)As Integer For i=1 To 5 For j=1 To 5 a(i,j)=(i+j)*5\10 Next j Next i s=0 For i=1 To 5 s=s+a(i,i) Next i Print s End Sub

A. 15
B. 13
C. 11
D. 9

答案查题题库