首页 > 计算机 > 计算机考试 正文

[填空题] 下面程序的运行结果是 (14) 。程序的功能是 (15) 。 Public Function myfun(m,n) Do while m>n  Do while m>n:m=m-n:Loo

时间:2021-07-20 17:37:01 解答: 81 次

[填空题] 下面程序的运行结果是 (14) 。程序的功能是 (15)
Public Function myfun(m,n)
Do while m>n
 Do while m>n:m=m-n:Loop
 Do While n>m:n=n-m:Loop
Loop
Myfun=m
End Function
Private Sub Command1_Click()
Print myfun(15,15)
End Sub

正确答案:

互换两数

  • 相关题库

请充值VIP继续使用(未注册用户支付后会自动注册登录)

×

95元 29元

VIP截止日期:2025-01-01 23:56:16

←请使用支付宝扫码支付

95元 29元

VIP截止日期:2025-01-01 23:56:16

←请使用微信扫码支付