summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortafaar <[email protected]>2022-10-14 20:41:38 -0700
committertafaar <[email protected]>2022-10-14 20:41:38 -0700
commit449ff4255c6e799d3df98f7e11bce08e125e14c9 (patch)
treef806e7a39d436069f8de1f654235feeb3c9bc3d9
parentmore formatting (diff)
downloadcst116-lab1-hill-449ff4255c6e799d3df98f7e11bce08e125e14c9.tar.xz
cst116-lab1-hill-449ff4255c6e799d3df98f7e11bce08e125e14c9.zip
some more formatting
-rw-r--r--BlankConsoleLab/BlankConsoleLab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp
index ab9d489..25f142f 100644
--- a/BlankConsoleLab/BlankConsoleLab.cpp
+++ b/BlankConsoleLab/BlankConsoleLab.cpp
@@ -45,7 +45,7 @@ int main()
const float mass = 135.0f * area;
- cout << "Your kite has a mass of " << mass << " grams.";
+ cout << endl << "Your kite has a mass of " << mass << " grams.";
}