From ec17ea2e6f0a636d86352461fe4355d080cf5fef Mon Sep 17 00:00:00 2001 From: Joe Traver Date: Tue, 18 Oct 2022 20:59:00 -0700 Subject: Stage 7 Complete --- BlankConsoleLab/BlankConsoleLab.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index 8d2c501..82b9c16 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -41,5 +41,11 @@ int main() // aspect ratio ratio = width / length; -} + + if (ratio > 1) + cout << "WARNING! A lower aspect ratio would provide more stability" << endl; + + return 0; +} + -- cgit v1.2.3