diff options
| author | Aaron Hill <[email protected]> | 2022-09-29 16:16:41 -0700 |
|---|---|---|
| committer | Aaron Hill <[email protected]> | 2022-09-29 16:16:41 -0700 |
| commit | d9418e11b6b67792cc9018fb3a9b680cb4c2ad91 (patch) | |
| tree | 5dcd0501e06b1f6651626f54e8cdd25150267bfb /CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp | |
| parent | !! (diff) | |
| download | cst116-ch6-debugging-hill-d9418e11b6b67792cc9018fb3a9b680cb4c2ad91.tar.xz cst116-ch6-debugging-hill-d9418e11b6b67792cc9018fb3a9b680cb4c2ad91.zip | |
!!
Diffstat (limited to 'CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp')
| -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 84187cf..5f484ef 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.
|