考试
2020-03-15 05:04:34

5443 (27)下列函数过程 Function Func(

题目描述

(27)下列函数过程 Function Func(a As Integer,b As Integer)As Integer Static m As Integer,i



(27)下列函数过程 Function Func(a As Integer,b As Integer)As Integer Static m As Integer,i As Integer M=0 i=2 A=i+m+1 b=i+a+b Func2=m End Function Private Sub Command1_Click() Dim p As Integer,k As Integer,m As Integer k=4 m=1 P=Func2(k,m) Print k;m End Sub程序运行后,单击命令按钮,输出结果是 A.3 6<CR>3 6 B.3 6<CR>3 11C.3 11<CR>3 6 D.3 11<CR>3 11

答案解析

00****77 B【解析】本

加载中...
AI正在思考中,请稍候...