二级二级VB2014年全国计算机等级《二级VB》上机考试冲刺试题(2)
题目内容

设有下列通用过程:Public Function Fun(xStr As Stri ng)As Stri ngDi mtStr As Stri ng ,strLAs IntegertStr =""strL=Len(xStr)i =strL/2DO While i <=StrLtStr =tStr &Mid(xStr ,i +l ,1)i =i +1LoopFun =tStr &tStrEnd Function在窗体上画一个名称为Text1的文本框和一个名称为Co mmand1的命令按钮。然后编写下列的事件过程:Private Sub Co mmand1_Click()Di mS1As Stri ng S1="ABCDEF"Text1.Text =LCase(Fun(S1))End Sub程序运行后,单击命令按钮,文本框中显示的是(  )。

2024-07-09

A.ABCDEF

B.abcdef

C.defdef

D.defabc

题目答案

试卷相关题目

最新试卷
热门试卷

长理培训客户端 资讯,试题,视频一手掌握

去 App Store 免费下载 iOS 客户端