aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonCr <[email protected]>2022-09-29 16:42:51 -0700
committerJonCr <[email protected]>2022-09-29 16:42:51 -0700
commit3f2cf0f094d36e7efde55a66ea4b152eaa862154 (patch)
tree0f5ecb9f70a7c632ff127316799ebed89a9285c4
parenttest2 (diff)
downloadcst116-lab0-debugging-cognitiveshadow-3f2cf0f094d36e7efde55a66ea4b152eaa862154.tar.xz
cst116-lab0-debugging-cognitiveshadow-3f2cf0f094d36e7efde55a66ea4b152eaa862154.zip
Update
-rw-r--r--Ch 5 Debugging Project/Ch 5 Debugging Project.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
index 6545e9b..0846476 100644
--- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
+++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
@@ -25,6 +25,8 @@
* line.
* 10) Step over the next cout statement. Now look at the console
* window. What was printed?
+* It printed "You have $123.45
+Enter percent raise:"
* 11) Select Stop Debugging either from the Debug menu or from your
* toolbar.
*