I need some help with this problem A procedure needs to stor
I need some help with this problem. A procedure needs to store a customer\'s name and purchase amount, which may have a decimal place. Write the Dim statements to declare the necessary procedure-level variables.
Solution
Answer :
I need some help with this problem. A procedure needs to store a customer\'s name and purchase amount, which may have a decimal place. Write the Dim statements to declare the necessary procedure-level variables.
Answer :
Dim customername As String
Dim amount As Decimal
Dim isconverted As Boolean
isConverted=Decimal.Tryprase(textboxname,)
