From baefc0ece4a93461c9c8fb81f6fccd3904640e9c Mon Sep 17 00:00:00 2001 From: Taylor Rogers Date: Tue, 25 Oct 2022 20:32:41 -0700 Subject: Completed exercise 2 --- CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp index 0a9643e..4aec42e 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp @@ -44,6 +44,9 @@ * flow returns back to main. * 6) Make sure your Watch window is visible and notice the contents * of varY and varZ now that you are back in main. +* +* varX is now 0-9, varY is 100-109 +* * 7) Stop debugging. * 8) Disable all breakpoints. * 9) Rebuild and execute the program and verify the results. -- cgit v1.2.3