lol broken symbol just because of strange ext beh
This commit is contained in:
@@ -54,7 +54,7 @@ namespace second
|
||||
|
||||
public double CalcWithheld()
|
||||
{
|
||||
double pension = Accrued * 0.01; // I’m old, you know, like I saw the way dinosaurs died
|
||||
double pension = Accrued * 0.01; // I'm old, you know, like I saw the way dinosaurs died
|
||||
double incomeTax = Accrued * (IncomeTaxPercent / 100.0);
|
||||
Withheld = pension + incomeTax;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user