From 11fe97f3c0b2dc87293f65d111a3690ae27028e4 Mon Sep 17 00:00:00 2001 From: Taylor Rogers Date: Wed, 19 Oct 2022 08:43:01 -0700 Subject: Finished debugging steps --- CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp index f116713..7518b67 100644 --- a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp +++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp @@ -79,6 +79,9 @@ * 4) Step into the PrintResults function. * 5) Notice that the call stack now shows PrintResults on top of * the stack. +* +* Confirmed +* ********************************************************************/ #include using std::cout; -- cgit v1.2.3