diff options
| author | Aaron Hill <[email protected]> | 2022-10-05 14:16:24 -0700 |
|---|---|---|
| committer | Aaron Hill <[email protected]> | 2022-10-05 14:16:24 -0700 |
| commit | 3d4e88800fe497cddac47538210db1bba28a25ea (patch) | |
| tree | fe5716b537a35b99737ae2b724eabbe74ba1155d | |
| parent | Ran debug (diff) | |
| download | cst116-ch7-debugging-hill-3d4e88800fe497cddac47538210db1bba28a25ea.tar.xz cst116-ch7-debugging-hill-3d4e88800fe497cddac47538210db1bba28a25ea.zip | |
3.2
| -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 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.
|