From 5fa3f54daed0042f9ad3d4643e9fec41445142b4 Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Thu, 29 Sep 2022 16:16:45 -0700 Subject: !!! --- CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CST116-Ch6-Debugging') diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp index 5f484ef..94c04b6 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. -- cgit v1.2.3