Im seem to be having trouble with this Exercise. Would you mind helping me please?
How do i do this Visual Basic program?
Instructions say: Fix the following code:
Dim dblRegularPay As Double
Dim dblOvertimePay As Double
intRegularPay = 783.87
intOvertimePay = 105.92
lbl .TotalPay = (dblRegularPay + dblOvertimePay) .ToString ('C')