A procedure in an application needs to store tax rate data. The county of residence and the tax rate need to be stored. Write the appropriateDimstatements to declare the variables. Write an assignment statement that assigns .08 to the tax rate variable.
What will be an ideal response?
Dim strCounty As String
Dim decTaxRate As Decimal
decTaxRate = .08
Computer Science & Information Technology