From 21214772db449e6402bfda7ebb9dc9e860e32660 Mon Sep 17 00:00:00 2001 From: Trenton Stark Date: Fri, 14 Oct 2022 23:39:49 -0700 Subject: Completed exercise 4 --- CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp') diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp index b8b4487..cd82844 100644 --- a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp +++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp @@ -62,6 +62,7 @@ * 4) Step into the PrintResults function. * 5) Notice that the call stack now shows PrintResults on top of * the stack. +* I have noticed that ********************************************************************/ #include using std::cout; -- cgit v1.2.3