Which of the following statements invokes the GetArea Sub procedure, passing it two variables by value? a.

Question:

Which of the following statements invokes the GetArea Sub procedure, passing it two variables by value?
a. GetArea(dblLength, dblWidth) As Double
b. GetArea(ByVal dblLength, ByVal dblWidth)
c. GetArea ByVal(dblLength, dblWidth)
d. GetArea(dblLength, dblWidth)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: