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. Call GetArea(dblLength, dblWidth)

b. Call GetArea(ByVal dblLength, ByVal dblWidth)

c. Invoke GetArea(dblLength, dblWidth)

d. GetArea(dblLength, dblWidth) As Double

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

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: