1
0

lol broken symbol just because of strange ext beh

This commit is contained in:
2026-01-29 20:15:37 +03:00
parent 425ea1987c
commit a10269c859

View File

@@ -54,7 +54,7 @@ namespace second
public double CalcWithheld()
{
double pension = Accrued * 0.01; // Im 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;