diff options
Diffstat (limited to 'CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp')
| -rw-r--r-- | CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp index 094f0bf..fd89b4c 100644 --- a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp +++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp @@ -4,6 +4,9 @@ * General Instructions: Complete each step before proceeding to the
* next.
*
+*/
+
+/*
* Debugging Exercise 1
*
* 1) Insert a breakpoint on the lines indicated in the code.
@@ -39,6 +42,7 @@ * 18) Verify that the value entered was returned and stored
* correctly from GetAge.
* 19) Stop debugging.
+* verified and done
*
*/
|