From d9a4a59591c5ea8cbe90409e6681c7bc95c041e3 Mon Sep 17 00:00:00 2001 From: prestonderek Date: Wed, 12 Oct 2022 17:34:47 -0700 Subject: Commit for Pseudocode and Output files --- CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp') diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp index 049edcc..98fe015 100644 --- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp +++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp @@ -48,8 +48,8 @@ using std::endl; int main() { - float fahrenheit = 0; - float celcius = 0; + float fahrenheit = 0.0; + float celcius = 0.0; cout << "Enter temperature in Fahrenheit: "; cin >> fahrenheit; -- cgit v1.2.3