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 CalcFee(intBase As Integer, decRate As Decimal)
b. Private Sub CalcFee(ByRef intBase As Integer, ByRef decRate As Decimal)
c. Private Sub CalcFee(ByVal intBase As Integer, ByVal decRate As Decimal)
d. Private Sub CalcFee(ByValue intBase As Integer, ByValue decRate As Decimal)
Ans: c. Private Sub CalcFee(ByVal intBase As Integer, ByVal decRate As Decimal)
You might also like to view...
Assume you have opened and connected stream variables fileIn and fileOut. Assume further that you have finished with input file, but want to read the input file a second time. What is necessary to set the stream state to reread the file from the start? Explain.
What will be an ideal response?
The IT community often takes on the leadership role in addressing risk.
Answer the following statement true (T) or false (F)