diff options
| author | Aaron Hill <[email protected]> | 2022-09-29 16:15:56 -0700 |
|---|---|---|
| committer | Aaron Hill <[email protected]> | 2022-09-29 16:15:56 -0700 |
| commit | 2ba5c837c6d6db2386d7fe1d13d3e1adf5d4c4ae (patch) | |
| tree | 60a89745218e731526a73fd6ac6f0b7ac2ffacdb | |
| parent | Finished (diff) | |
| download | cst116-ch6-debugging-hill-2ba5c837c6d6db2386d7fe1d13d3e1adf5d4c4ae.tar.xz cst116-ch6-debugging-hill-2ba5c837c6d6db2386d7fe1d13d3e1adf5d4c4ae.zip | |
1
| -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 386454a..ccc2efe 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.
|