Question: Fix the following code: Dim dblRegularPay As Double Dim dblovertimePay As Double ```intRegularPay = 783.87 intOvertimePay = 105.92 lbl.TotalPay = (dblRegularPay + dblOvertimePay).ToString ('C')```
Fix the following code:
Dim dblRegularPay As Double Dim dblovertimePay As Double
```intRegularPay = 783.87 intOvertimePay = 105.92 lbl.TotalPay = (dblRegularPay + dblOvertimePay).ToString ('C')```
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
