diff options
| author | prestonderek <[email protected]> | 2022-10-05 14:50:34 -0700 |
|---|---|---|
| committer | prestonderek <[email protected]> | 2022-10-05 14:50:34 -0700 |
| commit | b9146a8934a14963240b1d111e5165a5a53abbd9 (patch) | |
| tree | d2efc9edb2ebada9556d574ff51be3f674c58703 /Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | |
| parent | Commit on 10/5/22 (diff) | |
| download | cst116-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.cpp | 3 |
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>
|