问题详情
在代码中定义了一个子过程:Sub P(a,b)End Sub 下列调用该过程的形式中,正确的是()。
A.P(10,20)
B.Call P
C.Call P l0,20
D.Call P(10,20)
请帮忙给出正确答案和分析,谢谢!