From 4ff928cde01a001ca0c06d258e04f39eaeae906f Mon Sep 17 00:00:00 2001 From: the-ugly Date: Thu, 29 Sep 2022 16:29:58 -0700 Subject: final steps --- Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * -- cgit v1.2.3