aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchambmar <[email protected]>2022-10-01 14:56:31 -0700
committerchambmar <[email protected]>2022-10-01 14:56:31 -0700
commite94d9ba55c356e601cbbd045a26fbf5bb1b1268d (patch)
treedf5133db291fadf07255f6aadd61fc6cda5c8bd1
parentCleaned out README (diff)
downloadcst116-lab0prep-chambmar-e94d9ba55c356e601cbbd045a26fbf5bb1b1268d.tar.xz
cst116-lab0prep-chambmar-e94d9ba55c356e601cbbd045a26fbf5bb1b1268d.zip
Answered Questions
-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 5d20d77..3aaa264 100644
--- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
+++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
@@ -27,6 +27,7 @@
* line.
* 10) Step over the next cout statement. Now look at the console
* window. What was printed?
+*
* 11) Select Stop Debugging either from the Debug menu or from your
* toolbar.
*
@@ -42,6 +43,7 @@
* 5) Notice that the current line of execution is now at the
* calculation.
* 6) Look at your watch. What is the value of money?
+*
* 7) Hover your mouse pointer over raise. What is its value?
* 8) Step over the calculation. Notice the watch on money is now
* red. This designates that the variable just changed its value.