diff options
Diffstat (limited to 'ee1301/wk2/lab2')
-rw-r--r-- | ee1301/wk2/lab2/strap012_lab2_pay_stub.cpp | 10 |
1 files changed, 9 insertions, 1 deletions
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 <iostream> #include <iomanip> using namespace std; @@ -31,4 +40,3 @@ int main () { << "Your net (after witholdings) pay is $" << NetPay << "." << endl; } -//cout << fixed << setprecision(2) |