假定已经定义了一个过程SubAdd(a As Single,b As Single),则正确的调用语句是()。
A.Add 12,12
B.Call Add(2*x,sin(1.57))
C.Call Add x,y
D.Call Add(12,12,x)
请帮忙给出正确答案和分析,谢谢!