diff options
| author | DoolyBoi <[email protected]> | 2022-10-19 20:06:13 -0700 |
|---|---|---|
| committer | DoolyBoi <[email protected]> | 2022-10-19 20:06:13 -0700 |
| commit | 297d4cf06f198731a82a51620176819e9fc94c64 (patch) | |
| tree | 7c9ef521cd3d47201194c490e3c3dae69bf9ce06 /BlankConsoleLab | |
| parent | made while loop to ask user input multiple times (diff) | |
| download | cst116-lab1-abd00l4h-297d4cf06f198731a82a51620176819e9fc94c64.tar.xz cst116-lab1-abd00l4h-297d4cf06f198731a82a51620176819e9fc94c64.zip | |
fixed note
Diffstat (limited to 'BlankConsoleLab')
| -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 224af44..22fb44e 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -56,7 +56,7 @@ int main() //warns user if aspect ratio is greater than or equal to 1 if (aspectRatio >= 1) { - cout << "WARNING: The aspect ratio of your kite is pretty high which would result in less stability. Making a lower aspect ratio would provide more stability."; + cout << "NOTE: A lower aspect ratio (below 1) would provide more stability"; } |