From 598a665302899d44e4932e7fa932769edb658eac Mon Sep 17 00:00:00 2001 From: DoolyBoi Date: Wed, 19 Oct 2022 20:11:56 -0700 Subject: corrected formatting --- BlankConsoleLab/BlankConsoleLab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BlankConsoleLab') 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) { -- cgit v1.2.3