【答案】在窗体上画一个命令按钮(名称为Command1),并编写如下代码:Function Fun1(ByVal a As In

返回首页智慧树时间:2022-11-15 19:17
题目 / 答案提交正确答案

在窗体上画一个命令按钮(名称为Command1),并编写如下代码:Function Fun1(ByVal a As Integer, b As Integer) As Integer Dim t As Integer t = a – b b = t + a Fun1 = t + bEnd Function Private Sub Command1_Click() Dim x As Integer x = 10 Print Fun1(Fun1(x, (Fun1(x, x – 1))), x – 1)End Sub程序运行后,单击命令按钮,输出结果是()。

A. 10

B. 0

C. 11

D. 21

正确答案: B

本文链接:https://www.oyuuu.com/Ti/ZhiHuiShu/352363.html

关键字  浏览量:
上一篇:下面程序:Function a(x) Static b As Integer b = b + x ^ 2 Print b
下一篇:下面程序的运行结果为()。Dim a%, b%, c%Sub p1(x%, y%) Dim c As Integer x
相关问题
  • 【智慧树】在窗体上画一个命令按钮和一个文本框,并把窗体的KeyPreview设置为True(在激活对象上的控件键盘事件之前,优先激