diff options
| author | Joe Traver <[email protected]> | 2022-10-19 22:41:03 -0700 |
|---|---|---|
| committer | Joe Traver <[email protected]> | 2022-10-19 22:41:03 -0700 |
| commit | da3835960f2113b1817d97ffe9983bc0154d81f4 (patch) | |
| tree | e0538545b75b5bfa6498121cca197f59ab05fac6 /BlankConsoleLab/BlankConsoleLab.cpp | |
| parent | Added Pseudo Code (diff) | |
| download | cst116-lab1-joetraver30-master.tar.xz cst116-lab1-joetraver30-master.zip | |
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.cpp')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index d08fb77..4ceba9e 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -35,6 +35,8 @@ int main() cout << "Width = " << width << " cm" << endl; + cout << " " << endl; + } while ((length < 1 || length > 400) || (width < 1 || width > 400)); |