aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
diff options
context:
space:
mode:
authorTrevor Bouchillon <[email protected]>2022-10-03 19:44:01 -0700
committerTrevor Bouchillon <[email protected]>2022-10-03 19:44:01 -0700
commit364aa11da15a7646220c6322e6d4f907486113d7 (patch)
tree240453a8fa74e3e7171e78c7be5fd517b16d473f /CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
parentDebug Done (diff)
downloadcst116-ch6-debugging-trevor-bouchillon-364aa11da15a7646220c6322e6d4f907486113d7.tar.xz
cst116-ch6-debugging-trevor-bouchillon-364aa11da15a7646220c6322e6d4f907486113d7.zip
Txt File Added
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 d946bf5..a18ef68 100644
--- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
+++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
@@ -16,6 +16,9 @@
* 5) Verify that the value you entered is stored correctly.
* 6) Step over the conversion calculation. What is the value
* in Celsius? Is that the correct value? No.
+* ***********************************************************************************
+* 0
+* *******************************************************************************
* 7) Remember your order of precedence. Put parentheses around
* Fahrenheit - 32. This needs to be done before the multiplication.
* 8) Stop debugging and recompile.