aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch7-Debugging
diff options
context:
space:
mode:
authorAaron Hill <[email protected]>2022-10-05 14:16:24 -0700
committerAaron Hill <[email protected]>2022-10-05 14:16:24 -0700
commit3d4e88800fe497cddac47538210db1bba28a25ea (patch)
treefe5716b537a35b99737ae2b724eabbe74ba1155d /CST116-Ch7-Debugging
parentRan debug (diff)
downloadcst116-ch7-debugging-hill-3d4e88800fe497cddac47538210db1bba28a25ea.tar.xz
cst116-ch7-debugging-hill-3d4e88800fe497cddac47538210db1bba28a25ea.zip
3.2
Diffstat (limited to 'CST116-Ch7-Debugging')
-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.