From b49fef51e68c2bb80200c05df08e4fd49aa49b40 Mon Sep 17 00:00:00 2001 From: Musa Ahmed Date: Wed, 5 Oct 2022 19:34:33 -0700 Subject: Finished pt 2 (I think) --- Ch 5 Debugging Project/CST116-Debugging-Ahmed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ch 5 Debugging Project/CST116-Debugging-Ahmed.cpp') 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 -- cgit v1.2.3