From 0cfbbade3ef5f0176cfd507c28bca60bcd223579 Mon Sep 17 00:00:00 2001 From: prestonderek Date: Wed, 5 Oct 2022 14:57:07 -0700 Subject: Added new output to the output file to show changes --- .../CST116-Lab0DebuggingProject-Preston-Output.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Ch 5 Debugging Project/CST116-Lab0DebuggingProject-Preston-Output.txt') 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 -- cgit v1.2.3