black

登录

单项选择题

下面Main过程运行之后,则变量J的值为
Private Sub MainSub( )
Dim J As Integer
J=5
Call GetData(J)
End Sub
Private Sub GetData(ByRef f As Integer)
f=f$2+Sgn(-1)
End Sub

A) 5
B) 7
C) 9
D) 10
相关考题

单项选择题 在VBA代码调试过程中,能够显示出所有在当前过程中变量声明及变量信息的是

All Rights Reserved 版权所有©PP题库网库(pptiku.com)

备案号:湘ICP备14005140号-5

经营许可证号:湘B2-20140064