diff options
Diffstat (limited to 'BlankConsoleLab/CST116-Lab2-Florea.cpp')
| -rw-r--r-- | BlankConsoleLab/CST116-Lab2-Florea.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |