summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMusa Ahmed <[email protected]>2022-11-09 20:32:26 -0800
committerMusa Ahmed <[email protected]>2022-11-09 20:32:26 -0800
commit6b67d15944d76e919ac01db79c3c320284bcd35b (patch)
tree388e124e0ffdb950685d7d1f335c7e7bd4913980
parent. (diff)
downloadcst116-lab2-m005a-6b67d15944d76e919ac01db79c3c320284bcd35b.tar.xz
cst116-lab2-m005a-6b67d15944d76e919ac01db79c3c320284bcd35b.zip
changed the if statements at the bottom due to issues
-rw-r--r--BlankConsoleLab/CST116-Lab2-Ahmed.cpp1
1 files changed, 1 insertions, 0 deletions
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);
}