首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
下列程序的执行结果是( )。 Private Sub Form_Activate() Dim score(3)As Integer,total As Integer Dim aa score As Variant score(1)=50:score(
下列程序的执行结果是( )。 Private Sub Form_Activate() Dim score(3)As Integer,total As Integer Dim aa score As Variant score(1)=50:score(
admin
2020-06-30
37
问题
下列程序的执行结果是( )。
Private Sub Form_Activate()
Dim score(3)As Integer,total As Integer
Dim aa score As Variant
score(1)=50:score(2)=14:score(3)=36
total=0:i=0
For Each aa score In score
i=i+1
total=total+aascore
Print i,aa score,tota1
Next
End Sub
选项
A、1 0 0
2 50 50
3 14 64
4 36 100
B、1 50 50
2 14 64
3 36 100
C、0 50 50
1 14 64
2 36 100
3 36 100
D、0 0 0
1 50 50
2 14 64
3 36 100
答案
A
解析
本题考查For Each In语句。该语句的使用形式为:For Each成员In数组…Next,适用于不关心数组中的元素个数或者不清楚有多少个元素,使用时要求成员为变体类型变量。当激活窗体时,对score数组中的每个元素进行求和,同时i记下当前计算数组元素的个数。默认数组下标从0开始,题中score数组中含有4个元素,输出4行。
转载请注明原文地址:https://kaotiyun.com/show/9HHp777K
本试题收录于:
二级VB题库NCRE全国计算机二级分类
0
二级VB
NCRE全国计算机二级
相关试题推荐
窗体上有一个名称为Commandl的命令按钮,有程序如下:OptionBase1PrivateSubCommandlClick()Dima(10)AsInteger第1个ForFori=1To10a(i)=Int(Rnd*
语句PrintFormat$(23846.5,"000,000.00")的输出结果是
以下关于窗体的叙述中,错误的是
软件生命周期可分为定义阶段,开发阶段和维护阶段。详细设计属于
窗体上有一个名称为Combo1的组合框,为了引用Combo1中最后一个列表项,应使用的表达式是
VisualBasic控件一般都规定一个默认属性,在引用这样的属性时,只写对象名而不必给出属性名。默认属性为Caption的控件是
窗体上已有的3个单选按钮组成了1个名为ChkOpt1的控件数组。用于区分控件数组ChkOpt1中每个元素的属性是
下列针对框架控件的叙述中,错误的是()。
软件需求规格说明书的作用不包括
随机试题
Thedoghasalwaysbeenconsideredman’sbestfriend.Alwaysnotedforbeingparticularlyfaithfulinwatchingoverchildren,h
女性,35岁,贫血、乏力伴黄疸1年余。检验:RBC2.8×1012/L,Hb75g/L,血片中可见球形红细胞,红细胞自身凝集现象。网织红细胞10%,红细胞渗透脆性增高,冷凝集素效价1:64.Coombs试验(+),冷热溶血试验(一),家族史(一)。本病最有
可较灵敏地反映小儿体内储铁情况的实验室检查是
硒具有抗过氧化作用,因为硒
A.三氧化二砷B.二硫化二砷C.含水硫酸钠D.含水硅酸镁E.含水硫酸钙石膏的主要成分是
犯罪的本质特征是()。
面向对象的设计方法与传统的面向过程的方法有本质不问,它的基本原理是______。
ThecountyofficialshaveunveiledaplantoprovideCOVID-19hometestkitsfromresidents.
Somebelievethatintheageofidentikitcomputergames,massentertainmentandconformityonthesupermarketshelves,trulyin
Humansaresocial【B1】Theyliketoliveandworkingroups,andtherefore,theyformcouplesandfamilies,villagesandcities,wor
最新回复
(
0
)