aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor Rogers <[email protected]>2022-10-08 09:07:03 -0700
committerTaylor Rogers <[email protected]>2022-10-08 09:07:03 -0700
commit8f755683d5b2af893d450092caa385b99bc64827 (patch)
tree6641cacef6a6e66e62ff3b123d337eb8e886669a
parentadded name (diff)
downloadcst116-ch6-debugging-taylorrog-8f755683d5b2af893d450092caa385b99bc64827.tar.xz
cst116-ch6-debugging-taylorrog-8f755683d5b2af893d450092caa385b99bc64827.zip
extra commits
-rw-r--r--CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
index 4880e7a..d323bb2 100644
--- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
+++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
@@ -18,7 +18,6 @@
*
* -32. No.
*
-*
* 7) Remember your order of precedence. Put parentheses around
* Fahrenheit - 32. This needs to be done before the multiplication.
* 8) Stop debugging and recompile.