Pick one of the following declarations and discuss why the variable name is "bad."
Dim countString As Integer
Const ZIPCODEString As String = "765-555-1212"
Dim DepreciationAmountDecimal As Decimal
Dim DADecimal As Decimal
Dim DEPAMTDECIMAL As Decimal
Dim i As Integer
Describe a potential consequence of that declaration.