diff options
| author | tafaar <[email protected]> | 2022-10-14 20:42:15 -0700 |
|---|---|---|
| committer | tafaar <[email protected]> | 2022-10-14 20:42:15 -0700 |
| commit | 50277bf91df998e530b5125e203bc66f3055c222 (patch) | |
| tree | 8990f1d728cafc62cb2dff56476a27b8ce1278d7 | |
| parent | some more formatting (diff) | |
| download | cst116-lab1-hill-50277bf91df998e530b5125e203bc66f3055c222.tar.xz cst116-lab1-hill-50277bf91df998e530b5125e203bc66f3055c222.zip | |
added a warning
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index 25f142f..bc4bf7c 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -40,7 +40,7 @@ int main() cout << "The aspect ratio is " << width / length << endl; if (aspectRatio >= 1) { - cout << endl << "A lower aspect ratio might provide better stability." << endl; + cout << endl << "WARNING: A lower aspect ratio might provide better stability." << endl; } const float mass = 135.0f * area; |