aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch6-Debugging
diff options
context:
space:
mode:
authorAaron Hill <[email protected]>2022-09-29 16:16:59 -0700
committerAaron Hill <[email protected]>2022-09-29 16:16:59 -0700
commit2e052993e1c10571b3777986fad5cafe3aee928a (patch)
tree3d0084800a2dddf50032be13631a6d2e7c25c520 /CST116-Ch6-Debugging
parent! (diff)
downloadcst116-ch6-debugging-hill-2e052993e1c10571b3777986fad5cafe3aee928a.tar.xz
cst116-ch6-debugging-hill-2e052993e1c10571b3777986fad5cafe3aee928a.zip
!
Diffstat (limited to 'CST116-Ch6-Debugging')
-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 11c8557..386454a 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.