diff options
| author | Anibal LopezBonilla <[email protected]> | 2022-10-03 10:14:28 -0700 |
|---|---|---|
| committer | Anibal LopezBonilla <[email protected]> | 2022-10-03 10:14:28 -0700 |
| commit | 7cbb9904b68da353bd05b5a4df278d5b24b6034b (patch) | |
| tree | 73c0607d92b546c8fd28f4e5fab4df7fe5e12df1 /Ch 5 Debugging Project/CST-116-Lab0-Debugging-Lopez-Bonilla.cpp | |
| parent | File (diff) | |
| download | cst116-lab0-debugging-buzzerbeaterclutch-7cbb9904b68da353bd05b5a4df278d5b24b6034b.tar.xz cst116-lab0-debugging-buzzerbeaterclutch-7cbb9904b68da353bd05b5a4df278d5b24b6034b.zip | |
File Rename Push
Diffstat (limited to 'Ch 5 Debugging Project/CST-116-Lab0-Debugging-Lopez-Bonilla.cpp')
| -rw-r--r-- | Ch 5 Debugging Project/CST-116-Lab0-Debugging-Lopez-Bonilla.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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; |