From f5a48f2351bea2674e1da7652a7799726f49f9e5 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Thu, 14 Feb 2019 21:11:31 +0000 Subject: Simplify things --- ee1301/wk2/lab2/strap012_lab2_pay_stub.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ee1301') diff --git a/ee1301/wk2/lab2/strap012_lab2_pay_stub.cpp b/ee1301/wk2/lab2/strap012_lab2_pay_stub.cpp index 2476b31..f0689d4 100644 --- a/ee1301/wk2/lab2/strap012_lab2_pay_stub.cpp +++ b/ee1301/wk2/lab2/strap012_lab2_pay_stub.cpp @@ -14,7 +14,7 @@ using namespace std; int main () { int Dependents, Hours; - int OT = 0; int Health = 0; int Union =0; //Set values to zero to prevent problems + int OT = 0, Health = 0, Union =0; //Set values to zero to prevent problems double SocSec, State, Fed, GrossPay, NetPay; cout << "How many hours did you work this week?: "; cin >> Hours; -- cgit v1.2.3