From cb43c7dc6473edcf58b3975feb4fee4e14e822ba Mon Sep 17 00:00:00 2001 From: Andrei F Date: Wed, 9 Nov 2022 16:15:45 -0800 Subject: Added output file --- BlankConsoleLab/CST116-Lab2-Florea.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BlankConsoleLab/CST116-Lab2-Florea.cpp') diff --git a/BlankConsoleLab/CST116-Lab2-Florea.cpp b/BlankConsoleLab/CST116-Lab2-Florea.cpp index 9603d61..cce3729 100644 --- a/BlankConsoleLab/CST116-Lab2-Florea.cpp +++ b/BlankConsoleLab/CST116-Lab2-Florea.cpp @@ -46,7 +46,7 @@ int main() temp_decision = toupper(temp_decision); cout << "For " << temperature << " degrees " << temp_decision << " and " << wind_speed << " mph"; - cout << " the wind chill is: " << chill; + cout << " the wind chill is: " << chill << endl; } -- cgit v1.2.3