From f6ca1b1c6ff282cd6734743cf1dd803d9465153f Mon Sep 17 00:00:00 2001 From: alexandra-apetroaei Date: Tue, 11 Oct 2022 13:51:27 -0800 Subject: another change --- CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 491073a..b7721fe 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp @@ -51,8 +51,9 @@ * 3) Verify that the contents of count is garbage. * 4) Step into the loop. * 5) What is the value stored in count now? -* // count-700 +* // count-508 * 6) Where was 10 assigned to count? +* // to i * 7) Fix the problem and re-run to verify. ********************************************************************/ #include -- cgit v1.2.3