aboutsummaryrefslogtreecommitdiff
path: root/CST116-Lab0-Crawford/CST116-CH5 DEbug-Crawford.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CST116-Lab0-Crawford/CST116-CH5 DEbug-Crawford.txt')
-rw-r--r--CST116-Lab0-Crawford/CST116-CH5 DEbug-Crawford.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/CST116-Lab0-Crawford/CST116-CH5 DEbug-Crawford.txt b/CST116-Lab0-Crawford/CST116-CH5 DEbug-Crawford.txt
new file mode 100644
index 0000000..b22d241
--- /dev/null
+++ b/CST116-Lab0-Crawford/CST116-CH5 DEbug-Crawford.txt
@@ -0,0 +1,17 @@
+You have $123.45
+Enter percent raise: .1
+After your raise you have $123.55
+
+C:\Users\Lloyd Crawford\source\repos\cst116-lab0-debugging-19-Ruin\CST116-Lab0-Crawford\x64\Debug\CST116-Debugging-Crawford.exe (process 8020) exited with code 0.
+To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
+Press any key to close this window . . .
+This is the final code before fixing the error.
+
+You have $123.45
+Enter percent raise: .1
+After your raise you have $135.795
+
+C:\Users\Lloyd Crawford\source\repos\cst116-lab0-debugging-19-Ruin\CST116-Lab0-Crawford\x64\Debug\CST116-Debugging-Crawford.exe (process 22076) exited with code 0.
+To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
+Press any key to close this window . . .
+This is the outcome after the coding has been fixed