柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
编写如下程序:Private Sub Command1_Click() Dim m As Integer, n As Integer n=2 For m=1 To 3 Print proc(n); Next mEnd SubFunction proc(i As Integer) Dim a As Integer Static b As Integer a=a+1 b=b+1 proc=a * b+iEnd Function程序运行后,单击命令按钮Command1,输出结果为( )。
A.3 3 3
B.3 4 5
C.3 5 6
D.1 2 3
热度🔥619
参考答案:B
解析:打开微信小程序查看本题解析
点击打开小程序查看解析
content_copy
扫码免费计算机二级刷题
2024年计算机等级考试题库
推荐
下列叙述中正确的是( )。
下列对Cisco Aironet 1100的SSID及其选项设置的描述中,错误的是()。
下列关于一元的专门关系操作的叙述中,哪一条是错误的?
高级程序设计语言的特点是( )。
标签
二级VB程序设计
proc
as
integer
b+1