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
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
3.33 Rating (165 Votes )
There are 3 Steps involved in it
a Call ... View full answer
Get step-by-step solutions from verified subject matter experts
