aboutsummaryrefslogtreecommitdiff
path: root/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
diff options
context:
space:
mode:
authorKai <[email protected]>2022-10-12 15:47:44 -0700
committerKai <[email protected]>2022-10-12 15:47:44 -0700
commit018641eb32e02b7cbad930df177576f6d93adf8b (patch)
tree2283e8c88b34e22e5056b82e5050f901369bf326 /Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
parentmessign around (diff)
parentmessing around a little more. (diff)
downloadcst116-lab0-debugging-cobrakai2-018641eb32e02b7cbad930df177576f6d93adf8b.tar.xz
cst116-lab0-debugging-cobrakai2-018641eb32e02b7cbad930df177576f6d93adf8b.zip
Merge branch 'main' of https://github.com/CST116/cst116-lab0-debugging-CobraKai2
Diffstat (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.cpp')
-rw-r--r--Ch 5 Debugging Project/Ch 5 Debugging Project.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
index d9b7740..ae0d94d 100644
--- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
+++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
@@ -38,8 +38,8 @@ Enter percent raise:
* 4) Enter the value .1 and press enter.
* 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?
+* 6) Look at your watch. What is the value of money? 123.449997
+* 7) Hover your mouse pointer over raise. What is its value? -107374176
* 8) Step over the calculation. Notice the watch on money is now
* red. This designates that the variable just changed its value.
* 9) What happened to our money? I thought a raise was supposed