summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BlankConsoleLab/BlankConsoleLab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp
index 80ba6be..365a0fc 100644
--- a/BlankConsoleLab/BlankConsoleLab.cpp
+++ b/BlankConsoleLab/BlankConsoleLab.cpp
@@ -31,7 +31,7 @@ int main()
cin >> length >> width;
//output confirmation stating what the user input
- cout << "So the length is " << length << "cm and the width is " << width << " cm." << endl;
+ cout << "So the length is " << length << "cm and the width is " << width << "cm." << endl;
if (width > 400 || length > 400 || width < 1 || length < 1)
{