From 5f283e67e403e0353a9e98d9f21ebf1c40fcf5c9 Mon Sep 17 00:00:00 2001 From: Matthew Strapp Date: Wed, 13 Feb 2019 16:09:59 -0600 Subject: Remove redundant comment --- ee1301/wk2/lab2/strap012_lab2_pay_stub.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ee1301/wk2/lab2') diff --git a/ee1301/wk2/lab2/strap012_lab2_pay_stub.cpp b/ee1301/wk2/lab2/strap012_lab2_pay_stub.cpp index 22e9b58..7e64bb8 100644 --- a/ee1301/wk2/lab2/strap012_lab2_pay_stub.cpp +++ b/ee1301/wk2/lab2/strap012_lab2_pay_stub.cpp @@ -37,7 +37,7 @@ int main () { if (GrossPay>0){ Union=10; } - NetPay = GrossPay - SocSec - Fed - State - Health - Union; //$10 union dues are constant + NetPay = GrossPay - SocSec - Fed - State - Health - Union; cout << fixed << setprecision(2) << endl << "Your gross (before withholdings) pay is $" << GrossPay << "." << endl << "Social Security withholding: $" << SocSec << endl << "Federal income tax withholding: $" << Fed << endl -- cgit v1.2.3