aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan <[email protected]>2024-04-26 23:58:21 -0700
committerLogan <[email protected]>2024-04-26 23:58:21 -0700
commitf1abcb67b035dafed7f688dda669c31c722d684d (patch)
treeeed80ce964430b726ed3a87086161a4b7734d8f3
parentRemoved some redundant lines (diff)
downloadhomework-1-bobjoe64-f1abcb67b035dafed7f688dda669c31c722d684d.tar.xz
homework-1-bobjoe64-f1abcb67b035dafed7f688dda669c31c722d684d.zip
Fixed a grammar error
-rw-r--r--CST 126/Homework 1/main.cpp2
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;