[單項(xiàng)選擇題] 當(dāng)Command1_Click事件發(fā)生時(shí),窗體上顯示的內(nèi)容是 ______。 Private Sub Command1_Click() D
2021-07-20
[單項(xiàng)選擇題] 當(dāng)Command1_Click事件發(fā)生時(shí),窗體上顯示的內(nèi)容是 ______。
Private Sub Command1_Click()
Dim a As Integer,b As Integer,c As Integer
If a = 0 Then
x = x-1
Else
If b <> 0 Then
x = 7
Else
x=x+8
End If
If c <> 0 Then
x = x-3
Else
x = 4
End If
Print x
End Sub
A.7
B.8
C.4
D.3
正確答案:C
參考解析:本題先定義了三個(gè)變量,其默認(rèn)值都為0。執(zhí)行If語(yǔ)句,其條件“a=0”為True,“b<>0”為False,“c<>0”為False.依次執(zhí)行結(jié)構(gòu)體中的語(yǔ)句后,x的值為4。
詞條內(nèi)容僅供參考,如果您需要解決具體問(wèn)題
(尤其在法律、醫(yī)學(xué)等領(lǐng)域),建議您咨詢相關(guān)領(lǐng)域?qū)I(yè)人士。