Which of the following is a valid header for a procedure that is passed the number 15?a. Private Function GetTax(ByVal intRate As Integer) As Decimalb. Private Function GetTax(ByAdd intRate As Integer) As Decimalc. Private Sub CalcTax(ByVal intRate As Integer)d. Both a and c.
Chapter 6, Review Questions #11
Which of the following is a valid header for a procedure that is passed the number 15?
a. Private Function GetTax(ByVal intRate As Integer) As Decimal
b. Private Function GetTax(ByAdd intRate As Integer) As Decimal
c. Private Sub CalcTax(ByVal intRate As Integer)
d. Both a and c.
This problem has been solved!
Do you need an answer to a question different from the above? Ask your question!
Related Book For