diff options
Diffstat (limited to 'Ch 5 Debugging Project')
| -rw-r--r-- | Ch 5 Debugging Project/CST116-Lab0DebuggingProject-Preston-Output.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Ch 5 Debugging Project/CST116-Lab0DebuggingProject-Preston-Output.txt b/Ch 5 Debugging Project/CST116-Lab0DebuggingProject-Preston-Output.txt index a6fac5a..198d71e 100644 --- a/Ch 5 Debugging Project/CST116-Lab0DebuggingProject-Preston-Output.txt +++ b/Ch 5 Debugging Project/CST116-Lab0DebuggingProject-Preston-Output.txt @@ -6,4 +6,12 @@ You must enter a number greater than 1.0 Enter percent raise above 1.0%: 1.0 You must enter a number greater than 1.0 Enter percent raise above 1.0%: 2.5 -After your raise you have $308.625
\ No newline at end of file +After your raise you have $308.625 + +//AFTER USER INPUT CHANGES THIS IS THE NEW OUTPUT: + +Enter your current salary +23560 +You have $23560 +Enter percent raise above 1.0%: 1.2 +After your raise you have $28272
\ No newline at end of file |