Solved

Which of the Following Statements Formats the Contents of the TxtSalesTax

Question 17

Multiple Choice

Which of the following statements formats the contents of the txtSalesTax control with a percent sign and two digits to the right of the decimal?


A) txtSalesTax.Text = Format(txtSalesTax, "Percent")
B) txtSalesTax.Text = Format(txtSalesTax, "Fixed")
C) txtSalesTax.Text = Format(txtSalesTax.Text, "Percent")
D) txtSalesTax.Text = Format("Percent", txtSalesTax.Text)

Correct Answer:

verifed

Verified

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

Related Questions