[填空題] 運(yùn)行下列程序: Dim t As Integer Private Sub Form_Click() t = 2 x=Val(InputBox
2021-07-20
[填空題] 運(yùn)行下列程序: Dim t As Integer Private Sub Form_Click() t = 2 x=Val(InputBox("輸入一個(gè)整數(shù)5")) Print funl(x); t End Sub Private Function fun1(y) If y>0 Thenfun1 = 1: t=10 Else If y=0 Thenfun1 = 0: t=20 Elsefun1 = -1: t=30 End If End Function 從鍵盤(pán)為變量x輸入數(shù)據(jù)5,輸出的結(jié)果是 【8】 。
正確答案:1 10解析:[分析]: t為模塊級(jí)變量,在子函數(shù)中計(jì)算的結(jié)果10改變了主函數(shù)中的t值,fun1函數(shù)名返回的值為1。
詞條內(nèi)容僅供參考,如果您需要解決具體問(wèn)題
(尤其在法律、醫(yī)學(xué)等領(lǐng)域),建議您咨詢(xún)相關(guān)領(lǐng)域?qū)I(yè)人士。