diff options
| author | Aaron Hill <[email protected]> | 2022-10-05 14:16:12 -0700 |
|---|---|---|
| committer | Aaron Hill <[email protected]> | 2022-10-05 14:16:12 -0700 |
| commit | 30eca1a2ae637000d5344e5eb6eebb5bfb256b16 (patch) | |
| tree | addc2dbd18bb406f627d9be19c5b09a36a354a6c | |
| parent | beginning exercise 3 (diff) | |
| download | cst116-ch7-debugging-hill-30eca1a2ae637000d5344e5eb6eebb5bfb256b16.tar.xz cst116-ch7-debugging-hill-30eca1a2ae637000d5344e5eb6eebb5bfb256b16.zip | |
Ran debug
| -rw-r--r-- | CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp | 1 |
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
|