diff options
| -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); } |