diff options
| author | prestonderek <[email protected]> | 2022-10-12 14:15:40 -0700 |
|---|---|---|
| committer | prestonderek <[email protected]> | 2022-10-12 14:15:40 -0700 |
| commit | 94423121a7238dea5a4683284600c6b4570e94d5 (patch) | |
| tree | 29ccf15fbbc8d770342fe9d8a4466bea957dca4c /CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp | |
| parent | Commit for save. (diff) | |
| download | cst116-ch6-debugging-prestonderek-94423121a7238dea5a4683284600c6b4570e94d5.tar.xz cst116-ch6-debugging-prestonderek-94423121a7238dea5a4683284600c6b4570e94d5.zip | |
Added final comment.
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 280f6bd..049edcc 100644 --- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp +++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp @@ -37,7 +37,7 @@ //Commit at step 6. Output was -32 which isn't right!
//After adding () around fahrenheit - 32 I got the answer as 0C in output. Wrong!!
-//Commit at debug 2 #7. Answer was 100C which is correct.
+//Commit at debug 2 #7. Answer was 100C which is correct. This was after utilizing our variables that were initialized as a float instead of as an int.
//Commit on 10/11 because I looked at the code again.
#include <iostream>
|