From 8202331cacf6cdabac02c1501c22f3ad89415311 Mon Sep 17 00:00:00 2001 From: tafaar Date: Fri, 14 Oct 2022 20:41:05 -0700 Subject: formatting --- BlankConsoleLab/BlankConsoleLab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3