From 7d2f2886d7b05231b2d0cf153c4ec545498af1e4 Mon Sep 17 00:00:00 2001 From: Trevor Bouchillon Date: Mon, 24 Oct 2022 17:06:57 -0700 Subject: Finished Exercise 3 --- CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp') diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp index 984e739..2819d9d 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp @@ -43,7 +43,7 @@ * (Hint: If you need help setting breakpoints based upon a * condition refer to Chapter 8). * ******************************************************************************** -* To do this I just changed SIZE to equal 8. +* To do this I just changed SIZE to equal 8 * ******************************************************************************** * 4) Run to Breakpoint 4. * 5) Continue stepping into the remainder of the for loop until the -- cgit v1.2.3