aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Hill <[email protected]>2022-09-29 16:16:34 -0700
committerAaron Hill <[email protected]>2022-09-29 16:16:34 -0700
commit8b38f831d9825568afd9b8a1206f27a1ff5f64be (patch)
treeb56248c1954e47b5ef7fb33428b9d6a2baad3df2
parent! (diff)
downloadcst116-ch6-debugging-hill-8b38f831d9825568afd9b8a1206f27a1ff5f64be.tar.xz
cst116-ch6-debugging-hill-8b38f831d9825568afd9b8a1206f27a1ff5f64be.zip
!!
-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 b451d8a..84187cf 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.