aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CST116-Ch6-Debugging/CST116-Ch6-Debugging-Florea.cpp2
1 files changed, 1 insertions, 1 deletions
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.