From 2af652f381fa220f93a67ee7f542af80db4b50fa Mon Sep 17 00:00:00 2001 From: Taylor Rogers Date: Sat, 8 Oct 2022 09:07:17 -0700 Subject: extra commits --- CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp') 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. -- cgit v1.2.3