[單項選擇題] 執(zhí)行以下程序段,如果在對話框中輸入8,輸出結(jié)果是"Hello"的是______。
2021-07-20
[單項選擇題] 執(zhí)行以下程序段,如果在對話框中輸入8,輸出結(jié)果是"Hello"的是______。
A.n = InputBox("請輸入一個數(shù)")Select Case nCase 7 To 1Print "Hello"End Select
B.n = InputBox("請輸入一個數(shù)")Select Case nCase Is>1, Is < 6Print "Hello"End Select
C.n = InputBox("請輸入一個數(shù)")Select Case nCase Is > 5, 1, 3 To 10Print "Hello"End Select
D.n=InputBox("請輸入一個數(shù)")Select Case nCase 1, 5, Is > 9Print "Hello"End Select
正確答案:C
詞條內(nèi)容僅供參考,如果您需要解決具體問題
(尤其在法律、醫(yī)學(xué)等領(lǐng)域),建議您咨詢相關(guān)領(lǐng)域?qū)I(yè)人士。