柠檬试题库
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
热度🔥615
参考答案:B
解析:打开微信小程序查看本题解析
点击打开小程序查看解析
content_copy
扫码免费计算机二级刷题
2024年计算机等级考试题库
推荐
下列说法错误的是()。
假设“公司”表中有编号、名称、法人等字段,查找公司名称中有“网络”二字的公司信息,正确的命令是( )。
Access 支持的查询类型有
有以下程序: #include main() { int i,j,m=1; for(i=1;i0;j-- ) { if(i*j>3) break; m*=i*j; } } printf("m=%d\n",m); } 程序运行后的输出结果是( )。
下列IP地址中正确的是( )。
标签
二级VB程序设计
proc
as
integer
b+1