[單項(xiàng)選擇題] 窗體上沒有任何控件,有下列下列程序: Option Base 1 Private Sub Form_KeyPress(KeyAscii As
2021-07-20
[單項(xiàng)選擇題] 窗體上沒有任何控件,有下列下列程序:
Option Base 1
Private Sub Form_KeyPress(KeyAscii As Integer)
a = Array(5, 2, 7, 6, 9)
x = a(1)
y = 1
If KeyAscii = 13 Then
For i = 2 To 5
If a(i)> ml Then
x = a(i)
y = i
End If
Next i
End If
Print x; y
End Sub
A.5 1
B.9 5
C.2 2
D.7 3
正確答案:B
詞條內(nèi)容僅供參考,如果您需要解決具體問題
(尤其在法律、醫(yī)學(xué)等領(lǐng)域),建議您咨詢相關(guān)領(lǐng)域?qū)I(yè)人士。