diff options
| author | Andrei F <[email protected]> | 2022-11-09 16:15:45 -0800 |
|---|---|---|
| committer | Andrei F <[email protected]> | 2022-11-09 16:15:45 -0800 |
| commit | cb43c7dc6473edcf58b3975feb4fee4e14e822ba (patch) | |
| tree | b890a2c9bb852014b640afb3c8ce49aedaa67a2f /BlankConsoleLab | |
| parent | Finished code (diff) | |
| download | cst116-lab2-florea-cb43c7dc6473edcf58b3975feb4fee4e14e822ba.tar.xz cst116-lab2-florea-cb43c7dc6473edcf58b3975feb4fee4e14e822ba.zip | |
Added output file
Diffstat (limited to 'BlankConsoleLab')
| -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; } |