diff options
| author | Logan <[email protected]> | 2024-04-26 23:58:21 -0700 |
|---|---|---|
| committer | Logan <[email protected]> | 2024-04-26 23:58:21 -0700 |
| commit | f1abcb67b035dafed7f688dda669c31c722d684d (patch) | |
| tree | eed80ce964430b726ed3a87086161a4b7734d8f3 | |
| parent | Removed some redundant lines (diff) | |
| download | homework-1-bobjoe64-f1abcb67b035dafed7f688dda669c31c722d684d.tar.xz homework-1-bobjoe64-f1abcb67b035dafed7f688dda669c31c722d684d.zip | |
Fixed a grammar error
| -rw-r--r-- | CST 126/Homework 1/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST 126/Homework 1/main.cpp b/CST 126/Homework 1/main.cpp index 7923df2..cf22bcd 100644 --- a/CST 126/Homework 1/main.cpp +++ b/CST 126/Homework 1/main.cpp @@ -14,7 +14,7 @@ int main() { int choice = 0; do { - cout << "Welcome to our program! Here are your options:" << endl; + cout << "Welcome to my program! Here are your options:" << endl; cout << "0. Quit" << endl; cout << "1. Money Converter" << endl; cout << "2. Guessing Game" << endl; |