aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
diff options
context:
space:
mode:
authorAaron Hill <[email protected]>2022-09-29 16:16:28 -0700
committerAaron Hill <[email protected]>2022-09-29 16:16:28 -0700
commit6feaa52f6a355b2f059747cb428f219fee5ee3f1 (patch)
tree942813d4fe088c8d5b6b930a6ba1d2cbeb77a9f6 /CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
parentcommitting (diff)
downloadcst116-ch6-debugging-hill-6feaa52f6a355b2f059747cb428f219fee5ee3f1.tar.xz
cst116-ch6-debugging-hill-6feaa52f6a355b2f059747cb428f219fee5ee3f1.zip
!
Diffstat (limited to 'CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp')
-rw-r--r--CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
index 242bde4..b451d8a 100644
--- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
+++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
@@ -14,7 +14,7 @@
* 6) Step over the conversion calculation. What is the value
* in Celsius? Is that the correct value? No.
*
-* -32 degrees!!!
+* -32 degrees!!!!
*
* 7) Remember your order of precedence. Put parentheses around
* Fahrenheit - 32. This needs to be done before the multiplication.