aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
diff options
context:
space:
mode:
authorTaylor Rogers <[email protected]>2022-10-08 08:48:10 -0700
committerTaylor Rogers <[email protected]>2022-10-08 08:48:10 -0700
commit5eef3d4b1f31fa1b06c27e8111e0b8dc55a6358b (patch)
tree7410dcef0e33344c787bb100c8babfa8860488d9 /CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
parentAnswered Q4 and added Q6 c option to celsius (diff)
downloadcst116-ch6-debugging-taylorrog-5eef3d4b1f31fa1b06c27e8111e0b8dc55a6358b.tar.xz
cst116-ch6-debugging-taylorrog-5eef3d4b1f31fa1b06c27e8111e0b8dc55a6358b.zip
Program works correctly
Diffstat (limited to 'CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp')
-rw-r--r--CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
index b0da9c0..d9cdea9 100644
--- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
+++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
@@ -41,6 +41,9 @@
* c) replace the 5 with 5.0 and the 9 with 9.0
* 7) Stop debugging, recompile and run to verify that it now works
* correctly.
+*
+* Program works correctly
+*
********************************************************************/
#include <iostream>