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,

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.

This problem has been solved!


Do you need an answer to a question different from the above? Ask your question!
Question Details
Chapter # 6
Section: Review Questions
Problem: 10
Posted Date: January 22, 2019 12:21:02