diff options
| author | Aaron Hill <[email protected]> | 2022-09-29 16:16:16 -0700 |
|---|---|---|
| committer | Aaron Hill <[email protected]> | 2022-09-29 16:16:16 -0700 |
| commit | 1dda3f7bae7480b97585ed65bcc111f2d428679b (patch) | |
| tree | 741145aca24eaa6820009edf5b9360eb943a320e | |
| parent | 1 (diff) | |
| download | cst116-ch6-debugging-hill-1dda3f7bae7480b97585ed65bcc111f2d428679b.tar.xz cst116-ch6-debugging-hill-1dda3f7bae7480b97585ed65bcc111f2d428679b.zip | |
committing
| -rw-r--r-- | CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp index ccc2efe..ea34d90 100644 --- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp +++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp @@ -14,7 +14,7 @@ * 6) Step over the conversion calculation. What is the value
* in Celsius? Is that the correct value? No.
*
-* -32 degrees!
+* -32 degrees!!
*
* 7) Remember your order of precedence. Put parentheses around
* Fahrenheit - 32. This needs to be done before the multiplication.
|