单击命令按钮,下列事件过程的执行结果为( )。Private Sub Command1_Click( )Dim x As Integer, y As Integerx=40:y=72Call PtoP(x, y)Print x; yEnd SubPublic Sub PtoP(Byval n AS Integer, ByVal m Aa Integer)n = n 10+2m = m 10+2End Sub
A.[Page]/,总[Pages]
B.=[Page]/,总[Pages]
C.[Page]&“//,总”& [Pages]
D.=[Page]&“/,总”&[Pages]