diff options
| author | tafaar <[email protected]> | 2022-10-14 20:41:38 -0700 |
|---|---|---|
| committer | tafaar <[email protected]> | 2022-10-14 20:41:38 -0700 |
| commit | 449ff4255c6e799d3df98f7e11bce08e125e14c9 (patch) | |
| tree | f806e7a39d436069f8de1f654235feeb3c9bc3d9 | |
| parent | more formatting (diff) | |
| download | cst116-lab1-hill-449ff4255c6e799d3df98f7e11bce08e125e14c9.tar.xz cst116-lab1-hill-449ff4255c6e799d3df98f7e11bce08e125e14c9.zip | |
some more formatting
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 2 |
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."; } |