Which of the following is a valid header for a procedure that receives the address of a

Question:

Which of the following is a valid header for a procedure that receives the address of a Decimal variable followed by an integer?
a. Private Sub GetFee(ByVal decX As Decimal, ByAdd intY As Integer)
b. Private Sub GetFee(decX As Decimal, intY As Integer)
c. Private Sub GetFee(ByRef decX As Decimal, ByVal intY As Integer)
d. None of the above.

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

Step by Step Answer:

Related Book For  answer-question
Question Posted: