diff options
| author | Andrei F <[email protected]> | 2022-10-12 12:29:14 -0700 |
|---|---|---|
| committer | Andrei F <[email protected]> | 2022-10-12 12:29:14 -0700 |
| commit | f278160a5c9904c27345449fc95922118433f2d8 (patch) | |
| tree | c661c92c4923cee308decd169903c67f2e413161 | |
| parent | Completed first exercise (diff) | |
| download | cst116-ch6-debugging-florea-f278160a5c9904c27345449fc95922118433f2d8.tar.xz cst116-ch6-debugging-florea-f278160a5c9904c27345449fc95922118433f2d8.zip | |
Another commit
| -rw-r--r-- | CST116-Ch6-Debugging/CST116-Ch6-Debugging-Florea.cpp | 2 |
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.
|