Sam couldn't spell the word. I couldn't, _ [ ]
A. too
B. either
C. also
D. neither
答案:B
1931年,古立克受聘在哥伦比亚大学担任了长达多少年之久的城市科学和行政学教授( )
A.5年B.30年C.18年D.11年
设有命令按钮 Command1 的单击事件过程,代码如下:Private Sub Command1_Click() Dim a(3,3) As IntegerFor i=1 To 3For j=1 To 3a(i,j)=i*j+iNext j Next iSum=0For i=1 To 3Sum=Sum+a(i,4-i) Next iPrint SumEnd Sub运行程序,单击命令按钮,输出结果是______。
A.20
B.7
C.16
D.17