aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe-ugly <[email protected]>2022-09-29 16:29:58 -0700
committerthe-ugly <[email protected]>2022-09-29 16:29:58 -0700
commit4ff928cde01a001ca0c06d258e04f39eaeae906f (patch)
tree8dc443f721a0053868a17505dfefcff79f5bb20c
parentfinal step (diff)
downloadcst116-lab0-debugging-the-ugly-4ff928cde01a001ca0c06d258e04f39eaeae906f.tar.xz
cst116-lab0-debugging-the-ugly-4ff928cde01a001ca0c06d258e04f39eaeae906f.zip
final steps
-rw-r--r--Ch 5 Debugging Project/Ch 5 Debugging Project.cpp2
1 files changed, 1 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 83dd8a6..4b8cf97 100644
--- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
+++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
@@ -44,7 +44,7 @@
* 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
-* to increase our money? Stop debugging and fix the calculation. money = raise +1
+* to increase our money? Stop debugging and fix the calculation. money is multiplying when it should be listed as raise +1
*
* Debugging Exercise 3
*