From 96637b49c41650f34b9161230894f67eb5d80c2e Mon Sep 17 00:00:00 2001 From: prestonderek Date: Wed, 12 Oct 2022 20:35:51 -0700 Subject: Commit for start of exersize 2. --- CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp') diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp index 9bc85e8..268c3b7 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp @@ -52,6 +52,7 @@ * 7) Fix the problem and re-run to verify. ********************************************************************/ //Finished debug 1. Removed ; from while loop. This still isn't working correctly though. +//Debug 2 ran to breakpoint and the while loop did not execute the cout statement. #include using std::cout; -- cgit v1.2.3