diff options
| author | the-ugly <[email protected]> | 2022-09-29 16:29:58 -0700 |
|---|---|---|
| committer | the-ugly <[email protected]> | 2022-09-29 16:29:58 -0700 |
| commit | 4ff928cde01a001ca0c06d258e04f39eaeae906f (patch) | |
| tree | 8dc443f721a0053868a17505dfefcff79f5bb20c /Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | |
| parent | final step (diff) | |
| download | cst116-lab0-debugging-the-ugly-4ff928cde01a001ca0c06d258e04f39eaeae906f.tar.xz cst116-lab0-debugging-the-ugly-4ff928cde01a001ca0c06d258e04f39eaeae906f.zip | |
final steps
Diffstat (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.cpp')
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 2 |
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
*
|