aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp
diff options
context:
space:
mode:
authorJonCr <[email protected]>2022-10-05 16:03:13 -0700
committerJonCr <[email protected]>2022-10-05 16:03:13 -0700
commit55fd87c316e951c1c9df2d942e02bac930f5cd43 (patch)
tree309e63dae520ab78922f044c4fb54f44c9efcf9c /CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp
parentSetting up GitHub Classroom Feedback (diff)
downloadcst116-ch5-debugging-cognitiveshadow-55fd87c316e951c1c9df2d942e02bac930f5cd43.tar.xz
cst116-ch5-debugging-cognitiveshadow-55fd87c316e951c1c9df2d942e02bac930f5cd43.zip
Update
Diffstat (limited to 'CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp')
-rw-r--r--CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp
index 851932d..4d09c03 100644
--- a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp
+++ b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp
@@ -25,6 +25,8 @@
* line.
* 10) Step over the next cout statement. Now look at the console
* window. What was printed?
+* A) You have $123.45
+ Enter percent raise:
* 11) Select Stop Debugging either from the Debug menu or from your
* toolbar.
*