From 704266338bb7176f8e982c2c5162dc1a626f81ad Mon Sep 17 00:00:00 2001 From: Matthew Strapp Date: Wed, 13 Feb 2019 14:28:23 -0600 Subject: Add meaningful comment --- ee1301/wk2/lab2/strap012_lab2_pay_stub.cpp | 10 +++++++++- 1 file changed, 9 insertions(+), 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 9ed4bb0..c8a4bed 100644 --- a/ee1301/wk2/lab2/strap012_lab2_pay_stub.cpp +++ b/ee1301/wk2/lab2/strap012_lab2_pay_stub.cpp @@ -1,3 +1,12 @@ +/* +Date: 13 Feb 2019 +Name: Matthew Strapp +Student ID number: 5449340 +Course number: EE1301 +Term: Spring 2019 +Lab/assignment number: Workout +Short Program Description: Pay Stub Calculator +*/ #include #include using namespace std; @@ -31,4 +40,3 @@ int main () { << "Your net (after witholdings) pay is $" << NetPay << "." << endl; } -//cout << fixed << setprecision(2) -- cgit v1.2.3