Which of the following is a valid header for a procedure that receives an integer followed by

Question:

Which of the following is a valid header for a procedure that receives an integer followed by a number with a decimal place?
a. Private Sub GetFee(intBase As Value, decRate As Value)
b. Private Sub GetFee(ByRef intBase As Integer, ByRef decRate As Decimal)
c. Private Sub GetFee(ByVal intBase As Integer, ByVal decRate As Decimal)
d. None of the above.

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

Step by Step Answer:

Question Posted: