aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Hill <[email protected]>2022-10-05 14:16:12 -0700
committerAaron Hill <[email protected]>2022-10-05 14:16:12 -0700
commit30eca1a2ae637000d5344e5eb6eebb5bfb256b16 (patch)
treeaddc2dbd18bb406f627d9be19c5b09a36a354a6c
parentbeginning exercise 3 (diff)
downloadcst116-ch7-debugging-hill-30eca1a2ae637000d5344e5eb6eebb5bfb256b16.tar.xz
cst116-ch7-debugging-hill-30eca1a2ae637000d5344e5eb6eebb5bfb256b16.zip
Ran debug
-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 db15efc..ce405fc 100644
--- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp
+++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp
@@ -40,6 +40,7 @@
* Debugging Exercise 3
*
* 1) Run the program without debugging.
+* Done
* 2) When prompted, enter the value of 10 for your age.
* 3) Why does the program print both "Child" and "Adult"?
* 4) Re-run the program this time with debugging and run to