Return decStateTax
Return ByVal decStateTax
Send decStateTax
SendBack decStateTax
Answer is Wrong!
Answer is Right!
The correct answer is A. Return decStateTax.
The keyword Return is used to return a value from a function. The value that is returned can be a variable, an expression, or a constant. In this case, the value that is returned is the contents of the variable decStateTax.
The keyword ByVal is used to pass