diff options
Diffstat (limited to 'ee1301/wk2/lab2/strap012_lab2_pay_stub.cpp')
-rw-r--r-- | ee1301/wk2/lab2/strap012_lab2_pay_stub.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ee1301/wk2/lab2/strap012_lab2_pay_stub.cpp b/ee1301/wk2/lab2/strap012_lab2_pay_stub.cpp index 356c824..03dccc4 100644 --- a/ee1301/wk2/lab2/strap012_lab2_pay_stub.cpp +++ b/ee1301/wk2/lab2/strap012_lab2_pay_stub.cpp @@ -38,7 +38,7 @@ int main () { << "Social Security withholding: $" << SocSec << endl << "Federal income tax withholding: $" << Fed << endl << "State income tax withholding: $" << State << endl - << "Union Dues: $10" << endl + << "Union Dues: $" << Union << endl << "Medical cost: $" << Health << endl << "Your net (after witholdings) pay is $" << NetPay << "." << endl; |