summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortafaar <[email protected]>2022-10-14 20:41:05 -0700
committertafaar <[email protected]>2022-10-14 20:41:05 -0700
commit8202331cacf6cdabac02c1501c22f3ad89415311 (patch)
tree318a49f210132aee0209e334a06c28a1125c6dd3
parentSet up the project (diff)
downloadcst116-lab1-hill-8202331cacf6cdabac02c1501c22f3ad89415311.tar.xz
cst116-lab1-hill-8202331cacf6cdabac02c1501c22f3ad89415311.zip
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 f58bec3..a18ed55 100644
--- a/BlankConsoleLab/BlankConsoleLab.cpp
+++ b/BlankConsoleLab/BlankConsoleLab.cpp
@@ -31,7 +31,7 @@ int main()
} while (length > 400 || length < 1);
- cout << "The dimensions of your kite are " << width << "cm by " << length << "cm." << endl;
+ cout << endl << "The dimensions of your kite are " << width << "cm by " << length << "cm." << endl;
double area = (width * length) / 10000.0;
float aspectRatio = width / length;