aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorgan Cyrus <[email protected]>2022-10-12 20:32:46 -0700
committerMorgan Cyrus <[email protected]>2022-10-12 20:32:46 -0700
commitae1e66d2cd6e323acf696f6703d2e40a1eb2c3a2 (patch)
tree24c1416df2849b27802ffcfffe1162e791542523
parentcompleted exercise 2 (diff)
downloadcst116-ch7-cyrus-ae1e66d2cd6e323acf696f6703d2e40a1eb2c3a2.tar.xz
cst116-ch7-cyrus-ae1e66d2cd6e323acf696f6703d2e40a1eb2c3a2.zip
beginning exercise 3
-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 21c8098..6663f38 100644
--- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp
+++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp
@@ -68,6 +68,7 @@
* Debugging Exercise 3
*
* 1) Run the program without debugging.
+*
* 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