diff options
| author | DoolyBoi <[email protected]> | 2022-10-19 20:54:48 -0700 |
|---|---|---|
| committer | DoolyBoi <[email protected]> | 2022-10-19 20:54:48 -0700 |
| commit | b159cd3ffda1b812b20c9ddbc69875b059d9c1cb (patch) | |
| tree | f38b04bf3d30e8ada1162aed4ca30d25418c385f | |
| parent | greater than equal and less than equal (diff) | |
| download | cst116-lab1-abd00l4h-b159cd3ffda1b812b20c9ddbc69875b059d9c1cb.tar.xz cst116-lab1-abd00l4h-b159cd3ffda1b812b20c9ddbc69875b059d9c1cb.zip | |
added endl to note
| -rw-r--r-- | BlankConsoleLab/CST116-Lab1-Havaldar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BlankConsoleLab/CST116-Lab1-Havaldar.cpp b/BlankConsoleLab/CST116-Lab1-Havaldar.cpp index f1a5fbb..0439de8 100644 --- a/BlankConsoleLab/CST116-Lab1-Havaldar.cpp +++ b/BlankConsoleLab/CST116-Lab1-Havaldar.cpp @@ -74,7 +74,7 @@ int main() //warns user if aspect ratio is greater than or equal to 1 if (aspectRatio >= 1) { - cout << "NOTE: A lower aspect ratio (below 1) would provide more stability"; + cout << "NOTE: A lower aspect ratio (below 1) would provide more stability" << endl; } //calculating mass of kite |