Which of the following statements invokes the GetArea Sub procedure, passing it two variables by value?a. GetArea(dblLength, dblWidth) As Doubleb. GetArea(ByVal dblLength, ByVal dblWidth)c. GetArea ByVal(dblLength, dblWidth)d. GetArea(dblLength, dblWidth)
Chapter 6, Review Questions #5
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)
This problem has been solved!
Do you need an answer to a question different from the above? Ask your question!
Related Book For