aboutsummaryrefslogtreecommitdiffstats
path: root/ee1301/wk2/lab2
diff options
context:
space:
mode:
authorMatthew Strapp <msattr@gmail.com>2019-02-13 15:45:04 -0600
committerMatthew Strapp <msattr@gmail.com>2019-02-13 15:45:04 -0600
commitdfac8932955653544af23e61f8ed92391bf20814 (patch)
tree8e3d8e216fa9fb8ce9c453f86ddf6b73cb0aeb08 /ee1301/wk2/lab2
parentInitialize your integer friends (diff)
downloadhomework-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/lab2')
-rw-r--r--ee1301/wk2/lab2/strap012_lab2_pay_stub.cpp2
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;