aboutsummaryrefslogtreecommitdiff
path: root/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
diff options
context:
space:
mode:
authorprestonderek <[email protected]>2022-10-05 14:50:34 -0700
committerprestonderek <[email protected]>2022-10-05 14:50:34 -0700
commitb9146a8934a14963240b1d111e5165a5a53abbd9 (patch)
treed2efc9edb2ebada9556d574ff51be3f674c58703 /Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
parentCommit on 10/5/22 (diff)
downloadcst116-lab0-debugging-prestonderek-b9146a8934a14963240b1d111e5165a5a53abbd9.tar.xz
cst116-lab0-debugging-prestonderek-b9146a8934a14963240b1d111e5165a5a53abbd9.zip
Commit 10/5/22 for pseduocode and output files
Diffstat (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.cpp')
-rw-r--r--Ch 5 Debugging Project/Ch 5 Debugging Project.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
index db8ce35..4f9cbed 100644
--- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
+++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
@@ -63,6 +63,9 @@
//Breakpoints were added at the breakpoint 1 comment, and at the cout << Enter percent raise line.
//After reading through some of the questions again I realize that me adding a while loop wasn't what was asked of me. I was asked to go back after enter a value of .1 and fix the numbers within the calculation. Although what I did definitely eliminated the possibility for a 'lowering raise'
+//added psuedocode file on 10/5/22.
+//added output file on 10/5/22.
+
#include <iostream>
#include <iomanip>