aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor Rogers <[email protected]>2022-10-08 09:07:17 -0700
committerTaylor Rogers <[email protected]>2022-10-08 09:07:17 -0700
commit2af652f381fa220f93a67ee7f542af80db4b50fa (patch)
tree92077bd5825d16722e9e2bd0c0cd72155f7c54e6
parentextra commits (diff)
downloadcst116-ch6-debugging-taylorrog-2af652f381fa220f93a67ee7f542af80db4b50fa.tar.xz
cst116-ch6-debugging-taylorrog-2af652f381fa220f93a67ee7f542af80db4b50fa.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 d323bb2..cffada9 100644
--- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
+++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
@@ -32,7 +32,6 @@
*
* No.
*
-*
* 5) Look at the division. This is integer division. Therefore,
* 5 / 9 = 0. This is not the result we are looking for.
* 6) Modify the calculation so that it does floating point division.