diff options
Diffstat (limited to 'BlankConsoleLab/CST116-Lab1-Havaldar.cpp')
| -rw-r--r-- | BlankConsoleLab/CST116-Lab1-Havaldar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BlankConsoleLab/CST116-Lab1-Havaldar.cpp b/BlankConsoleLab/CST116-Lab1-Havaldar.cpp index f1a5fbb..0439de8 100644 --- a/BlankConsoleLab/CST116-Lab1-Havaldar.cpp +++ b/BlankConsoleLab/CST116-Lab1-Havaldar.cpp @@ -74,7 +74,7 @@ int main() //warns user if aspect ratio is greater than or equal to 1 if (aspectRatio >= 1) { - cout << "NOTE: A lower aspect ratio (below 1) would provide more stability"; + cout << "NOTE: A lower aspect ratio (below 1) would provide more stability" << endl; } //calculating mass of kite |