From dfac8932955653544af23e61f8ed92391bf20814 Mon Sep 17 00:00:00 2001 From: Matthew Strapp Date: Wed, 13 Feb 2019 15:45:04 -0600 Subject: Fix mistake --- ee1301/wk2/lab2/strap012_lab2_pay_stub.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3