From b9146a8934a14963240b1d111e5165a5a53abbd9 Mon Sep 17 00:00:00 2001 From: prestonderek Date: Wed, 5 Oct 2022 14:50:34 -0700 Subject: Commit 10/5/22 for pseduocode and output files --- Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.cpp') 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 #include -- cgit v1.2.3