Question: 5. 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,
5. 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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
