Not Answered
An application needs to calculate sales tax for purchases.You decide to simplify the code by putting the sales tax calculation in a function.The returned value from the function is then added to the Subtotal,and the result is stored in the decTotal variable.Which of the following statements will call the GetSalesTax function and return a value to be used in the Total calculation?
Correct Answer:

Verified
Correct Answer:
Verified
Q9: A combo box's _ property contains the
Q9: Which of the following is a valid
Q18: Which of the following statements would invoke
Q19: For the access key to work correctly
Q23: The syntax of the Call statement is
Q29: Math.Round(3.234,2)returns the number 3.24.
Q38: In a _ combo box,the text portion
Q40: You can determine whether a variable is
Q51: Write the code to add Freshman,Sophomore,Junior,and Senior
Q58: Write the code for a Sub procedure