diff options
| author | Musa Ahmed <[email protected]> | 2022-11-09 20:32:26 -0800 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-11-09 20:32:26 -0800 |
| commit | 6b67d15944d76e919ac01db79c3c320284bcd35b (patch) | |
| tree | 388e124e0ffdb950685d7d1f335c7e7bd4913980 | |
| parent | . (diff) | |
| download | cst116-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.cpp | 1 |
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); } |