VB.NET HELP homework?

C. Sosa

New member
2)Dim dblRegularPay As Double
Dim dblOvertimePay As Double

IntRegularPay = 783.87
intOvertimePay = 105.92
lbl.TotalPay = (dblRegularPay + dblOvertimePay).ToString (‘C’)

That is what the original code was. I know of one mistake so far. C is being treated as a comment it's suppose to be " instead of ' .
What other mistakes are there this is for homework.... if you could also explain what all of this does... sorry i was sick a few days and miss out on reading
 
Back
Top