aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorgan Cyrus <[email protected]>2022-10-19 19:21:31 -0700
committerMorgan Cyrus <[email protected]>2022-10-19 19:21:31 -0700
commit7d91c06a8916852b97ba3cb108e5ea3bc63f6607 (patch)
tree6160df3a53ab0ded7877fddaaefd558e2f9abd82
parentError fixed (diff)
downloadcst116-ch9-debugging-radioflyer32-7d91c06a8916852b97ba3cb108e5ea3bc63f6607.tar.xz
cst116-ch9-debugging-radioflyer32-7d91c06a8916852b97ba3cb108e5ea3bc63f6607.zip
Exercise 1 complete
-rw-r--r--CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp4
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
*
*/