aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp
index ce405fc..d795af0 100644
--- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp
+++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp
@@ -42,6 +42,7 @@
* 1) Run the program without debugging.
* Done
* 2) When prompted, enter the value of 10 for your age.
+* Done
* 3) Why does the program print both "Child" and "Adult"?
* 4) Re-run the program this time with debugging and run to
* Breakpoint 2.