From b01e1bfd8742d149c0f6a2d203b669136e83b7d1 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Sat, 16 Feb 2019 17:22:10 +0000 Subject: Infuriating for loops are infuriating --- ee1301/wk2/hw2_directory/strap012_2B.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ee1301/wk2/hw2_directory/strap012_2B.cpp (limited to 'ee1301/wk2/hw2_directory/strap012_2B.cpp') diff --git a/ee1301/wk2/hw2_directory/strap012_2B.cpp b/ee1301/wk2/hw2_directory/strap012_2B.cpp new file mode 100644 index 0000000..02b5f7b --- /dev/null +++ b/ee1301/wk2/hw2_directory/strap012_2B.cpp @@ -0,0 +1,15 @@ +/* +Date: 20 Feb 2019 +Name: Matthew Strapp +Student ID number: 5449340 +Course number: EE1301 +Term: Spring 2019 +Lab/assignment number: Homework 2B +Short Program Description: Pay Stub Calculator +*/ + +#include +using namespace std; +int main () { + +} \ No newline at end of file -- cgit v1.2.3