From 6b67d15944d76e919ac01db79c3c320284bcd35b Mon Sep 17 00:00:00 2001 From: Musa Ahmed Date: Wed, 9 Nov 2022 20:32:26 -0800 Subject: changed the if statements at the bottom due to issues --- BlankConsoleLab/CST116-Lab2-Ahmed.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/BlankConsoleLab/CST116-Lab2-Ahmed.cpp b/BlankConsoleLab/CST116-Lab2-Ahmed.cpp index 67c3909..3d38d16 100644 --- a/BlankConsoleLab/CST116-Lab2-Ahmed.cpp +++ b/BlankConsoleLab/CST116-Lab2-Ahmed.cpp @@ -111,6 +111,7 @@ int main() if (c != -100) { isF = false; + cout << setprecision(2) << output(c, w, windChill(c, w, isF), isF); } -- cgit v1.2.3