单击命令按钮,下列程序的执行结果为( )。Private Sub Commandl_Click()Dim x As Integer,y As Integerx=32:y=42Call PCS(x,y)Print x;yEnd SubPublic Sub PCS(Byval n As Integer,ByVal m As Integer)n=n Mod 10+1m=m Mood 10+1End Sub
A.If x<3 * y And x>y Then y=x^3
B.If x<3 * y And x>y Then y=3x
C.If x<3 * y:x>y Then y=x^3
D.If x<3 * y And x>y Then y=x * * 3