From 7cbb9904b68da353bd05b5a4df278d5b24b6034b Mon Sep 17 00:00:00 2001 From: Anibal LopezBonilla Date: Mon, 3 Oct 2022 10:14:28 -0700 Subject: File Rename Push --- Ch 5 Debugging Project/CST-116-Lab0-Debugging-Lopez-Bonilla.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Ch 5 Debugging Project/CST-116-Lab0-Debugging-Lopez-Bonilla.cpp b/Ch 5 Debugging Project/CST-116-Lab0-Debugging-Lopez-Bonilla.cpp index 1e069ad..7c88669 100644 --- a/Ch 5 Debugging Project/CST-116-Lab0-Debugging-Lopez-Bonilla.cpp +++ b/Ch 5 Debugging Project/CST-116-Lab0-Debugging-Lopez-Bonilla.cpp @@ -77,6 +77,9 @@ int main() money = money * raise; + //raise = money * raise; + //money = money + raise; + cout << "After your raise you have $"; cout << money << endl; -- cgit v1.2.3