From f278160a5c9904c27345449fc95922118433f2d8 Mon Sep 17 00:00:00 2001 From: Andrei F Date: Wed, 12 Oct 2022 12:29:14 -0700 Subject: Another commit --- CST116-Ch6-Debugging/CST116-Ch6-Debugging-Florea.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CST116-Ch6-Debugging') diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging-Florea.cpp b/CST116-Ch6-Debugging/CST116-Ch6-Debugging-Florea.cpp index 344357a..fd34981 100644 --- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging-Florea.cpp +++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging-Florea.cpp @@ -37,7 +37,7 @@ * 4) Step over the conversion calculation. What is the value * in Celsius? Is that the correct value? No. * - * + * The value of Celsius is equal to 0. * * 5) Look at the division. This is integer division. Therefore, * 5 / 9 = 0. This is not the result we are looking for. -- cgit v1.2.3