Solved

Which of the Following Is a Valid Header for a Procedure

Question 60

Multiple Choice

Which of the following is a valid header for a procedure that is passed the number 9.75?


A) Private Function CalcSubtotal(ByVal intPrice As Integer) As Decimal
B) Private Function CalcSubtotal(ByRef intPrice As Integer) As Decimal
C) Private Function CalcSubtotal(ByVal decPrice As Decimal) As Decimal
D) Private Function CalcSubtotal(ByVal intPrice As Integer)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions