aboutsummaryrefslogtreecommitdiffstats
path: root/ee1301/wk2/hw2_directory/strap012_2C.cpp
blob: 6cfcb5ae1ea19e000e40f4fbdd36a20f36620416 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
Date: 20 Feb 2019
Name: Matthew Strapp
Student ID number: 5449340
Course number: EE1301
Term: Spring 2019
Lab/assignment number: Homework 2C
Short Program Description: Pay Stub Calculator
*/

#include <iostream>
using namespace std;
int main () {
  
}