summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoolyBoi <[email protected]>2022-10-19 20:54:48 -0700
committerDoolyBoi <[email protected]>2022-10-19 20:54:48 -0700
commitb159cd3ffda1b812b20c9ddbc69875b059d9c1cb (patch)
treef38b04bf3d30e8ada1162aed4ca30d25418c385f
parentgreater than equal and less than equal (diff)
downloadcst116-lab1-abd00l4h-b159cd3ffda1b812b20c9ddbc69875b059d9c1cb.tar.xz
cst116-lab1-abd00l4h-b159cd3ffda1b812b20c9ddbc69875b059d9c1cb.zip
added endl to note
-rw-r--r--BlankConsoleLab/CST116-Lab1-Havaldar.cpp2
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