From 116fc793904665a30c279fccb7f80e68f5b9f000 Mon Sep 17 00:00:00 2001 From: prestonderek Date: Wed, 12 Oct 2022 20:37:54 -0700 Subject: Begin exersize 3. --- CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp index 4d5b721..bc59f1d 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp @@ -54,6 +54,7 @@ //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. //Changed while loop to be i<10. +//Ran the program at start of Exersize 3 and it's infinite 0's!!! #include using std::cout; -- cgit v1.2.3