diff options
author | Matthew Strapp <msattr@gmail.com> | 2019-02-13 15:45:04 -0600 |
---|---|---|
committer | Matthew Strapp <msattr@gmail.com> | 2019-02-13 15:45:04 -0600 |
commit | dfac8932955653544af23e61f8ed92391bf20814 (patch) | |
tree | 8e3d8e216fa9fb8ce9c453f86ddf6b73cb0aeb08 /ee1301/wk2 | |
parent | Initialize your integer friends (diff) | |
download | homework-dfac8932955653544af23e61f8ed92391bf20814.tar homework-dfac8932955653544af23e61f8ed92391bf20814.tar.gz homework-dfac8932955653544af23e61f8ed92391bf20814.tar.bz2 homework-dfac8932955653544af23e61f8ed92391bf20814.tar.lz homework-dfac8932955653544af23e61f8ed92391bf20814.tar.xz homework-dfac8932955653544af23e61f8ed92391bf20814.tar.zst homework-dfac8932955653544af23e61f8ed92391bf20814.zip |
Fix mistake
Diffstat (limited to 'ee1301/wk2')
-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; |