下列程序的执行结果为Private Sub Command1_Click() Dim p As Integer, q As Integer p=12: q=20 Call Value(p, q) Print p; qEnd SubPrivate Sub Value(ByVal m As Integer, ByVal n As Integer) m=m * 2: n=n -

A.20 1220 15 B.12 2012 25 C.24 1512 20 D.24 1212 15

时间:2023-09-02 09:01:58

相似题目