题目内容

3下面程序的运行结果是()。
Option Base 1
Private Sub Commandl_Crick()
Dimx,y(3,3)
x=Array(1,2,3,4,5,6,7,8,9)
Fori=1 To 3
Forj=1 To 3
y(i,j)=(i*j)
If(j>=i)Then Printy(i,j);
Nextj
Print
Nexti
End Sub

查看答案
更多问题

设有如下的用户定义类型:
Type Student
number As String
name As String
age As Integer
End Type
则以下正确引用该类型成员的代码是()。

A.writtenB.writeC.writing

A. written
B. write
C. writing

A.allB.everyC.any

A. all
B. every
C. any

What can you do if the international line is engaged?

A. Call back outside office hours.
B. Make a “person-to-person” call.
C. Book a call.

答案查题题库