diff options
| author | Musa Ahmed <[email protected]> | 2022-10-05 19:34:33 -0700 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-10-05 19:34:33 -0700 |
| commit | b49fef51e68c2bb80200c05df08e4fd49aa49b40 (patch) | |
| tree | 1797f8b346ea668aa87b001034652c236a10b76a | |
| parent | finished (I think) (diff) | |
| download | cst116-lab0-debugging-m005a-b49fef51e68c2bb80200c05df08e4fd49aa49b40.tar.xz cst116-lab0-debugging-m005a-b49fef51e68c2bb80200c05df08e4fd49aa49b40.zip | |
Finished pt 2 (I think)
| -rw-r--r-- | Ch 5 Debugging Project/CST116-Debugging-Ahmed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ch 5 Debugging Project/CST116-Debugging-Ahmed.cpp b/Ch 5 Debugging Project/CST116-Debugging-Ahmed.cpp index 0bce69d..69a7bc1 100644 --- a/Ch 5 Debugging Project/CST116-Debugging-Ahmed.cpp +++ b/Ch 5 Debugging Project/CST116-Debugging-Ahmed.cpp @@ -57,7 +57,7 @@ - The calculation only multiplies the money by the raise, when it should actually be multiplying it by raise + 1. Right now we are only getting the value that the money - shoudl be increases by. + shoudld be increaseing by. * * * Debugging Exercise 3 |