From 01df9a79b3bd8c2e9328ffcc2bee0200d073d302 Mon Sep 17 00:00:00 2001 From: Matthew Strapp Date: Wed, 20 Feb 2019 13:28:35 -0600 Subject: Get rid of bad comment --- ee1301/wk2/hw2_directory/strap012_HW2B.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ee1301') diff --git a/ee1301/wk2/hw2_directory/strap012_HW2B.cpp b/ee1301/wk2/hw2_directory/strap012_HW2B.cpp index ee92ff9..6172718 100644 --- a/ee1301/wk2/hw2_directory/strap012_HW2B.cpp +++ b/ee1301/wk2/hw2_directory/strap012_HW2B.cpp @@ -7,7 +7,6 @@ Spring 2019 Homework 2B Time Travel Calculator */ -//The backwards part stumps me. #include using namespace std; @@ -48,7 +47,7 @@ int main() } timeChange++; } - + if (travel == 'B') { if (hourOG - hourChange <= 0) @@ -99,4 +98,4 @@ int main() } cout << "The new time is: " << hourNew << " " << Time << "M" << endl; return 0; -} \ No newline at end of file +} -- cgit v1.2.3