aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch6-Debugging
diff options
context:
space:
mode:
authorprestonderek <[email protected]>2022-10-11 17:03:25 -0700
committerprestonderek <[email protected]>2022-10-11 17:03:25 -0700
commiteb4456d4f0c1709fdfbed0523cffc91f09cdd020 (patch)
treead4d173e07d3c63e6f52205c3c2ddfa116e8bcd5 /CST116-Ch6-Debugging
parentCommit at step 7 of debug 2 (diff)
downloadcst116-ch6-debugging-prestonderek-eb4456d4f0c1709fdfbed0523cffc91f09cdd020.tar.xz
cst116-ch6-debugging-prestonderek-eb4456d4f0c1709fdfbed0523cffc91f09cdd020.zip
Commit for save.
Diffstat (limited to 'CST116-Ch6-Debugging')
-rw-r--r--CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
index 4a64f00..280f6bd 100644
--- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
+++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
@@ -38,6 +38,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 on 10/11 because I looked at the code again.
#include <iostream>
#include <iomanip>