aboutsummaryrefslogtreecommitdiff
path: root/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
diff options
context:
space:
mode:
authorKai <[email protected]>2022-10-12 15:46:34 -0700
committerKai <[email protected]>2022-10-12 15:46:34 -0700
commitea7620e8cea0aa973f23be186ff80f5066a80b28 (patch)
tree69ae8c64fa138a3b588f327c486cbc8a2e57ee53 /Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
parentexploring. (diff)
downloadcst116-lab0-debugging-cobrakai2-ea7620e8cea0aa973f23be186ff80f5066a80b28.tar.xz
cst116-lab0-debugging-cobrakai2-ea7620e8cea0aa973f23be186ff80f5066a80b28.zip
messign around
Diffstat (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.cpp')
-rw-r--r--Ch 5 Debugging Project/Ch 5 Debugging Project.cpp3
1 files changed, 2 insertions, 1 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..d9b7740 100644
--- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
+++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
@@ -24,7 +24,8 @@
* statement. Use the Step Over tool to take you to the next
* line.
* 10) Step over the next cout statement. Now look at the console
-* window. What was printed?
+* window. What was printed? You have $123.45
+Enter percent raise:
* 11) Select Stop Debugging either from the Debug menu or from your
* toolbar.
*