From d038e351f3f5fdc6a2aab637a9fb630ec45c3e8d Mon Sep 17 00:00:00 2001 From: prestonderek Date: Wed, 12 Oct 2022 20:40:48 -0700 Subject: ran code at end of exersize 3. --- 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 e716833..22e48f5 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp @@ -56,6 +56,7 @@ //Changed while loop to be i<10. //Ran the program at start of Exersize 3 and it's infinite 0's!!! //added a ++ to i in the cout statement after closing the infinite program. +//ran to breakpoint 2 and the output is 0-9. #include using std::cout; -- cgit v1.2.3