首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
在窗体中添加一个名称为Command1的命令按钮,然后编写如下程序: Public x As Integer Private Sub Command1_Click() x=3 Call f1 Call f2
在窗体中添加一个名称为Command1的命令按钮,然后编写如下程序: Public x As Integer Private Sub Command1_Click() x=3 Call f1 Call f2
admin
2011-06-07
39
问题
在窗体中添加一个名称为Command1的命令按钮,然后编写如下程序:
Public x As Integer
Private Sub Command1_Click()
x=3
Call f1
Call f2
End Sub
Private Sub f1()
x=x*x
End Sub
Private Sub f2()
Dim x As Integer
x=x+4
End Sub
窗体打开运行后,单击命令按钮,则消息框的输出结果为( )。
选项
答案
9
解析
转载请注明原文地址:https://kaotiyun.com/show/81up777K
本试题收录于:
二级Access题库NCRE全国计算机二级分类
0
二级Access
NCRE全国计算机二级
相关试题推荐
若有以下程序:#includeusingnamespacestd;classTestClass{public:voidwho(){cout
若有如下类声明:classMyClass{public:MyClass(){cout<<1;}};执行下列语句MyClassa,b[2],*p[2];程序的输出结果是()。
有如下程序:#includeusingnamespacestd;classA{public:AO{cout
若有以下程序:#includeusingnamespacestd;intfun(){staticinti=0;ints=1;s+=i:i++:returns;
假定TestClass为一个类,则该类的拷贝构造函数的声明语句为()。
在下列关键字中,不能用来表示继承方式的是()。
某系统总体结构如下图所示该系统结构图的最大扇出数、最大扇入数的总和是()。
下列关于栈叙述正确的是( )。
PrintDatediff("m",#2007/09/24#,#2007/09/25#)输出结果为【】。
表达式Datediff("yyyy",#12/30/2012#,#l/13/2013#)的结果是
随机试题
CT英文全称中“tomo”的含义是
将一叠文件分为若干组,每组正好有10份文件。已知其中2组文件中有18份通知。其余每组文件中最多有5份通知,且所有文件中通知占比正好为60%。那么这叠文件最多可能有多少份?
妊娠早期流产的主要原因是
预防肾盂肾炎最简单的措施是
患者可按处方和医嘱自行用药,社会药店可零售的处方药是患者不可自行用药,必须由医师使用或在医院由医师监控使用且社会药房不可零售的处方药是
在各种促销手段中,最有利于建立和培养友好关系,而且及时获得买主反应的方式是()。
Writeanessayof160-200wordsbasedonthefollowingdrawing.Inyouressay,youshould1)describethedrawingbriefly,
YouwillhearaspeechbyBobChase,PresidentoftheNationalEducationAssociation(NEA)totheAmericanAssociationofColleges
Itisastonishinghowlittleisknownabouttheworkingofthemind.Buthoweverlittleormuchisknown,itisfairlycleartha
OurcompanyoffersafullrangeofSmartHomeproducts,focusingonmakingyourhomesaferandmoreconvenient,andsavingenerg
最新回复
(
0
)