[單項(xiàng)選擇題] 運(yùn)行下面程序后,正確的輸出結(jié)果是 ______。Private Sub Command1_ Click() x = 6 if x >6 th
2021-07-20
[單項(xiàng)選擇題] 運(yùn)行下面程序后,正確的輸出結(jié)果是 ______。
Private Sub Command1_ Click()
x = 6
if x >6 then
Print "x>6":
Else
if x <8 then
Print "x<8";
Else
if x = 6 then
Print "x=6":
End if
End if
End if
End Sub
A.x<8 x=6
B.x<8
C.x=6
D.x<8或x=6
正確答案:B
參考解析:本題難點(diǎn)是如何確定if結(jié)構(gòu)語句的判決條件,不要將其與輸出結(jié)果混淆起來。打印分隔符為“;”時,字符串之間沒有空格。
詞條內(nèi)容僅供參考,如果您需要解決具體問題
(尤其在法律、醫(yī)學(xué)等領(lǐng)域),建議您咨詢相關(guān)領(lǐng)域?qū)I(yè)人士。