diff options
| author | Taylor Rogers <[email protected]> | 2022-10-08 09:07:17 -0700 |
|---|---|---|
| committer | Taylor Rogers <[email protected]> | 2022-10-08 09:07:17 -0700 |
| commit | 2af652f381fa220f93a67ee7f542af80db4b50fa (patch) | |
| tree | 92077bd5825d16722e9e2bd0c0cd72155f7c54e6 /CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp | |
| parent | extra commits (diff) | |
| download | cst116-ch6-debugging-taylorrog-2af652f381fa220f93a67ee7f542af80db4b50fa.tar.xz cst116-ch6-debugging-taylorrog-2af652f381fa220f93a67ee7f542af80db4b50fa.zip | |
extra commits
Diffstat (limited to 'CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp')
| -rw-r--r-- | CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp | 1 |
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.
|